Shades of Crimson #D2022E
Tints of Crimson #D2022E
RGB
CMYK
RGB Variations
Color information
#D2022E (or 0xD2022E) is known color: Crimson. HEX triplet: D2, 02 and 2E. RGB value is (210,2,46). Sum of RGB (Red+Green+Blue) = 210+2+46=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D2022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2022E is #2DFDD1. Grayscale: #454545. Windows color (decimal): -3014098 or 3015378. OLE color: 3015378.
HSL color Cylindrical-coordinate representation of color #D2022E: hue angle of 347.31º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2022E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.18 |
| HSL | 347.31º | 0.98% | 0.42% | - |
| HSV(B) | 347.31º | 0.99% | 0.82% | - |
| XYZ | 27.09 | 13.94 | 3.85 | - |
| YUV | 69.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 46 | 0 | 0.99 | 0.78 | 0.18 | 347.31 | 0.98 | 0.42 |
| Hex | D2 | 2 | 2E | 0 | 63 | 4E | 12 | 15B | 62 | 2A |
| Octal | 322 | 2 | 56 | 0 | 143 | 116 | 22 | 533 | 142 | 52 |
| Binary | 11010010 | 10 | 101110 | 0 | 1100011 | 1001110 | 10010 | 101011011 | 1100010 | 101010 |
Color Harmonies of #D2022E
Complementary color
Monochromatic Colors of #D2022E
Black with #D2022E
Text Example
Text Example
White with #D2022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2022E; }
p { color: rgb(210,2,46); }
H1.HeaderClassName
{
color: #D2022E;
}
.AnyTagClassName
{
color: #D2022E;
}
</style>
background-color css
<style>
a { background-color: #D2022E; }
a { background-color: rgb(210,2,46); }
div.DivClassName
{
background-color: #D2022E;
}
.BgClassName
{
background-color: #D2022E;
}
</style>
border-color css
<style>
span { border-color: #D2022E; }
span { border-color: rgb(210,2,46); }
td.TdClassName
{
border-color: #D2022E;
}
.TagClassName
{
border-color: #D2022E;
}
</style>