Shades of Crimson #D21445
Tints of Crimson #D21445
RGB
CMYK
RGB Variations
Color information
#D21445 (or 0xD21445) is known color: Crimson. HEX triplet: D2, 14 and 45. RGB value is (210,20,69). Sum of RGB (Red+Green+Blue) = 210+20+69=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D21445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21445 is #2DEBBA. Grayscale: #525252. Windows color (decimal): -3009467 or 4527314. OLE color: 4527314.
HSL color Cylindrical-coordinate representation of color #D21445: hue angle of 344.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21445 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.18 |
| HSL | 344.53º | 0.83% | 0.45% | - |
| HSV(B) | 344.53º | 0.9% | 0.82% | - |
| XYZ | 27.9 | 14.63 | 6.98 | - |
| YUV | 82.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 69 | 0 | 0.90 | 0.67 | 0.18 | 344.53 | 0.83 | 0.45 |
| Hex | D2 | 14 | 45 | 0 | 5A | 43 | 12 | 159 | 53 | 2D |
| Octal | 322 | 24 | 105 | 0 | 132 | 103 | 22 | 531 | 123 | 55 |
| Binary | 11010010 | 10100 | 1000101 | 0 | 1011010 | 1000011 | 10010 | 101011001 | 1010011 | 101101 |
Color Harmonies of #D21445
Complementary color
Monochromatic Colors of #D21445
Black with #D21445
Text Example
Text Example
White with #D21445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21445; }
p { color: rgb(210,20,69); }
H1.HeaderClassName
{
color: #D21445;
}
.AnyTagClassName
{
color: #D21445;
}
</style>
background-color css
<style>
a { background-color: #D21445; }
a { background-color: rgb(210,20,69); }
div.DivClassName
{
background-color: #D21445;
}
.BgClassName
{
background-color: #D21445;
}
</style>
border-color css
<style>
span { border-color: #D21445; }
span { border-color: rgb(210,20,69); }
td.TdClassName
{
border-color: #D21445;
}
.TagClassName
{
border-color: #D21445;
}
</style>