Shades of Crimson #D22045
Tints of Crimson #D22045
RGB
CMYK
RGB Variations
Color information
#D22045 (or 0xD22045) is known color: Crimson. HEX triplet: D2, 20 and 45. RGB value is (210,32,69). Sum of RGB (Red+Green+Blue) = 210+32+69=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D22045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22045 is #2DDFBA. Grayscale: #595959. Windows color (decimal): -3006395 or 4530386. OLE color: 4530386.
HSL color Cylindrical-coordinate representation of color #D22045: hue angle of 347.53º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22045 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 69 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.18 |
| HSL | 347.53º | 0.74% | 0.47% | - |
| HSV(B) | 347.53º | 0.85% | 0.82% | - |
| XYZ | 28.17 | 15.16 | 7.07 | - |
| YUV | 89.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 69 | 0 | 0.85 | 0.67 | 0.18 | 347.53 | 0.74 | 0.47 |
| Hex | D2 | 20 | 45 | 0 | 55 | 43 | 12 | 15C | 4A | 2F |
| Octal | 322 | 40 | 105 | 0 | 125 | 103 | 22 | 534 | 112 | 57 |
| Binary | 11010010 | 100000 | 1000101 | 0 | 1010101 | 1000011 | 10010 | 101011100 | 1001010 | 101111 |
Color Harmonies of #D22045
Complementary color
Monochromatic Colors of #D22045
Black with #D22045
Text Example
Text Example
White with #D22045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22045; }
p { color: rgb(210,32,69); }
H1.HeaderClassName
{
color: #D22045;
}
.AnyTagClassName
{
color: #D22045;
}
</style>
background-color css
<style>
a { background-color: #D22045; }
a { background-color: rgb(210,32,69); }
div.DivClassName
{
background-color: #D22045;
}
.BgClassName
{
background-color: #D22045;
}
</style>
border-color css
<style>
span { border-color: #D22045; }
span { border-color: rgb(210,32,69); }
td.TdClassName
{
border-color: #D22045;
}
.TagClassName
{
border-color: #D22045;
}
</style>