Shades of Crimson #DC0C2D
Tints of Crimson #DC0C2D
RGB
CMYK
RGB Variations
Color information
#DC0C2D (or 0xDC0C2D) is known color: Crimson. HEX triplet: DC, 0C and 2D. RGB value is (220,12,45). Sum of RGB (Red+Green+Blue) = 220+12+45=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C2D is #23F3D2. Grayscale: #4E4E4E. Windows color (decimal): -2356179 or 2952412. OLE color: 2952412.
HSL color Cylindrical-coordinate representation of color #DC0C2D: hue angle of 350.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C2D is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 45 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.14 |
| HSL | 350.48º | 0.9% | 0.45% | - |
| HSV(B) | 350.48º | 0.95% | 0.86% | - |
| XYZ | 30.12 | 15.67 | 3.92 | - |
| YUV | 77.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 45 | 0 | 0.95 | 0.80 | 0.14 | 350.48 | 0.9 | 0.45 |
| Hex | DC | C | 2D | 0 | 5F | 50 | E | 15E | 5A | 2D |
| Octal | 334 | 14 | 55 | 0 | 137 | 120 | 16 | 536 | 132 | 55 |
| Binary | 11011100 | 1100 | 101101 | 0 | 1011111 | 1010000 | 1110 | 101011110 | 1011010 | 101101 |
Color Harmonies of #DC0C2D
Complementary color
Monochromatic Colors of #DC0C2D
Black with #DC0C2D
Text Example
Text Example
White with #DC0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C2D; }
p { color: rgb(220,12,45); }
H1.HeaderClassName
{
color: #DC0C2D;
}
.AnyTagClassName
{
color: #DC0C2D;
}
</style>
background-color css
<style>
a { background-color: #DC0C2D; }
a { background-color: rgb(220,12,45); }
div.DivClassName
{
background-color: #DC0C2D;
}
.BgClassName
{
background-color: #DC0C2D;
}
</style>
border-color css
<style>
span { border-color: #DC0C2D; }
span { border-color: rgb(220,12,45); }
td.TdClassName
{
border-color: #DC0C2D;
}
.TagClassName
{
border-color: #DC0C2D;
}
</style>