#d52a2a color RGB value is (213,42,42)
#d52a2a color CMYK value
#d52a2a color HSL value
HSV(or HSB) | 0° | 80.3 | 83.5 |
XYZ | 28.686 | 15.969 | 3.761 |
Yxy | 0.592 | 0.33 | 15.969 |
LAB | 46.934 | 64.122 | 43.373 |
LUV | 46.934 | 129.77 | 27.984 |
Hunter-LAB | 39.962 | 58.204 | 22.393 |
CIE-LCH | 46.934 | 77.413 | 34.075 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | D5 | 2A | 2A |
Decimal | 213 | 42 | 42 |
Octal | 325 | 52 | 52 |
Binary | 11010101 | 00101010 | 00101010 |
Below, you can see some colors close to #d52a2a. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #d52a2a.
<span style="color:#d52a2a">Text here</span>
This paragraph has a background color of #d52a2a.
<p style="background-color:#d52a2a;">Content here</p>
This element has a border color of #d52a2a.
<div style="border:1px #d52a2a;">Content here</div>
.text {color:#d52a2a;}
.background {background-color:#d52a2a;}
.border {border:1px solid #d52a2a;}
.text-shadow {border:1px solid #d52a2a;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #fceded is the lightest one.