Shades of Crimson #DC002D
Tints of Crimson #DC002D
RGB
CMYK
RGB Variations
Color information
#DC002D (or 0xDC002D) is known color: Crimson. HEX triplet: DC, 00 and 2D. RGB value is (220,0,45). Sum of RGB (Red+Green+Blue) = 220+0+45=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC002D is #23FFD2. Grayscale: #464646. Windows color (decimal): -2359251 or 2949340. OLE color: 2949340.
HSL color Cylindrical-coordinate representation of color #DC002D: hue angle of 347.73º 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 #DC002D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.80 | 0.14 |
| HSL | 347.73º | 1% | 0.43% | - |
| HSV(B) | 347.73º | 1% | 0.86% | - |
| XYZ | 29.99 | 15.41 | 3.88 | - |
| YUV | 70.91 | 113.39 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 45 | 0 | 1 | 0.80 | 0.14 | 347.73 | 1 | 0.43 |
| Hex | DC | 0 | 2D | 0 | 64 | 50 | E | 15C | 64 | 2B |
| Octal | 334 | 0 | 55 | 0 | 144 | 120 | 16 | 534 | 144 | 53 |
| Binary | 11011100 | 0 | 101101 | 0 | 1100100 | 1010000 | 1110 | 101011100 | 1100100 | 101011 |
Color Harmonies of #DC002D
Complementary color
Monochromatic Colors of #DC002D
Black with #DC002D
Text Example
Text Example
White with #DC002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC002D; }
p { color: rgb(220,0,45); }
H1.HeaderClassName
{
color: #DC002D;
}
.AnyTagClassName
{
color: #DC002D;
}
</style>
background-color css
<style>
a { background-color: #DC002D; }
a { background-color: rgb(220,0,45); }
div.DivClassName
{
background-color: #DC002D;
}
.BgClassName
{
background-color: #DC002D;
}
</style>
border-color css
<style>
span { border-color: #DC002D; }
span { border-color: rgb(220,0,45); }
td.TdClassName
{
border-color: #DC002D;
}
.TagClassName
{
border-color: #DC002D;
}
</style>