Shades of Crimson #DC002C
Tints of Crimson #DC002C
RGB
CMYK
RGB Variations
Color information
#DC002C (or 0xDC002C) is known color: Crimson. HEX triplet: DC, 00 and 2C. RGB value is (220,0,44). Sum of RGB (Red+Green+Blue) = 220+0+44=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC002C is #23FFD3. Grayscale: #464646. Windows color (decimal): -2359252 or 2883804. OLE color: 2883804.
HSL color Cylindrical-coordinate representation of color #DC002C: hue angle of 348º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC002C is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.8 | 0.14 |
| HSL | 348º | 1% | 0.43% | - |
| HSV(B) | 348º | 1% | 0.86% | - |
| XYZ | 29.97 | 15.4 | 3.78 | - |
| YUV | 70.8 | 112.89 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 44 | 0 | 1 | 0.8 | 0.14 | 348 | 1 | 0.43 |
| Hex | DC | 0 | 2C | 0 | 64 | 50 | E | 15C | 64 | 2B |
| Octal | 334 | 0 | 54 | 0 | 144 | 120 | 16 | 534 | 144 | 53 |
| Binary | 11011100 | 0 | 101100 | 0 | 1100100 | 1010000 | 1110 | 101011100 | 1100100 | 101011 |
Color Harmonies of #DC002C
Complementary color
Monochromatic Colors of #DC002C
Black with #DC002C
Text Example
Text Example
White with #DC002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC002C; }
p { color: rgb(220,0,44); }
H1.HeaderClassName
{
color: #DC002C;
}
.AnyTagClassName
{
color: #DC002C;
}
</style>
background-color css
<style>
a { background-color: #DC002C; }
a { background-color: rgb(220,0,44); }
div.DivClassName
{
background-color: #DC002C;
}
.BgClassName
{
background-color: #DC002C;
}
</style>
border-color css
<style>
span { border-color: #DC002C; }
span { border-color: rgb(220,0,44); }
td.TdClassName
{
border-color: #DC002C;
}
.TagClassName
{
border-color: #DC002C;
}
</style>