Shades of Crimson #D2032C
Tints of Crimson #D2032C
RGB
CMYK
RGB Variations
Color information
#D2032C (or 0xD2032C) is known color: Crimson. HEX triplet: D2, 03 and 2C. RGB value is (210,3,44). Sum of RGB (Red+Green+Blue) = 210+3+44=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D2032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2032C is #2DFCD3. Grayscale: #454545. Windows color (decimal): -3013844 or 2884562. OLE color: 2884562.
HSL color Cylindrical-coordinate representation of color #D2032C: hue angle of 348.12º degrees, saturation: 0.97, 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 #D2032C is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.18 |
| HSL | 348.12º | 0.97% | 0.42% | - |
| HSV(B) | 348.12º | 0.99% | 0.82% | - |
| XYZ | 27.07 | 13.95 | 3.65 | - |
| YUV | 69.57 | 113.58 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 44 | 0 | 0.99 | 0.79 | 0.18 | 348.12 | 0.97 | 0.42 |
| Hex | D2 | 3 | 2C | 0 | 63 | 4F | 12 | 15C | 61 | 2A |
| Octal | 322 | 3 | 54 | 0 | 143 | 117 | 22 | 534 | 141 | 52 |
| Binary | 11010010 | 11 | 101100 | 0 | 1100011 | 1001111 | 10010 | 101011100 | 1100001 | 101010 |
Color Harmonies of #D2032C
Complementary color
Monochromatic Colors of #D2032C
Black with #D2032C
Text Example
Text Example
White with #D2032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2032C; }
p { color: rgb(210,3,44); }
H1.HeaderClassName
{
color: #D2032C;
}
.AnyTagClassName
{
color: #D2032C;
}
</style>
background-color css
<style>
a { background-color: #D2032C; }
a { background-color: rgb(210,3,44); }
div.DivClassName
{
background-color: #D2032C;
}
.BgClassName
{
background-color: #D2032C;
}
</style>
border-color css
<style>
span { border-color: #D2032C; }
span { border-color: rgb(210,3,44); }
td.TdClassName
{
border-color: #D2032C;
}
.TagClassName
{
border-color: #D2032C;
}
</style>