Shades of Crimson #D0002C
Tints of Crimson #D0002C
RGB
CMYK
RGB Variations
Color information
#D0002C (or 0xD0002C) is known color: Crimson. HEX triplet: D0, 00 and 2C. RGB value is (208,0,44). Sum of RGB (Red+Green+Blue) = 208+0+44=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D0002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0002C is #2FFFD3. Grayscale: #434343. Windows color (decimal): -3145684 or 2883792. OLE color: 2883792.
HSL color Cylindrical-coordinate representation of color #D0002C: hue angle of 347.31º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0002C is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.79 | 0.18 |
| HSL | 347.31º | 1% | 0.41% | - |
| HSV(B) | 347.31º | 1% | 0.82% | - |
| XYZ | 26.47 | 13.59 | 3.61 | - |
| YUV | 67.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 44 | 0 | 1 | 0.79 | 0.18 | 347.31 | 1 | 0.41 |
| Hex | D0 | 0 | 2C | 0 | 64 | 4F | 12 | 15B | 64 | 29 |
| Octal | 320 | 0 | 54 | 0 | 144 | 117 | 22 | 533 | 144 | 51 |
| Binary | 11010000 | 0 | 101100 | 0 | 1100100 | 1001111 | 10010 | 101011011 | 1100100 | 101001 |
Color Harmonies of #D0002C
Complementary color
Monochromatic Colors of #D0002C
Black with #D0002C
Text Example
Text Example
White with #D0002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0002C; }
p { color: rgb(208,0,44); }
H1.HeaderClassName
{
color: #D0002C;
}
.AnyTagClassName
{
color: #D0002C;
}
</style>
background-color css
<style>
a { background-color: #D0002C; }
a { background-color: rgb(208,0,44); }
div.DivClassName
{
background-color: #D0002C;
}
.BgClassName
{
background-color: #D0002C;
}
</style>
border-color css
<style>
span { border-color: #D0002C; }
span { border-color: rgb(208,0,44); }
td.TdClassName
{
border-color: #D0002C;
}
.TagClassName
{
border-color: #D0002C;
}
</style>