Shades of Crimson #DC0C38
Tints of Crimson #DC0C38
RGB
CMYK
RGB Variations
Color information
#DC0C38 (or 0xDC0C38) is known color: Crimson. HEX triplet: DC, 0C and 38. RGB value is (220,12,56). Sum of RGB (Red+Green+Blue) = 220+12+56=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C38 is #23F3C7. Grayscale: #4F4F4F. Windows color (decimal): -2356168 or 3673308. OLE color: 3673308.
HSL color Cylindrical-coordinate representation of color #DC0C38: hue angle of 347.31º 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 #DC0C38 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 56 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.14 |
| HSL | 347.31º | 0.9% | 0.45% | - |
| HSV(B) | 347.31º | 0.95% | 0.86% | - |
| XYZ | 30.36 | 15.76 | 5.18 | - |
| YUV | 79.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 56 | 0 | 0.95 | 0.75 | 0.14 | 347.31 | 0.9 | 0.45 |
| Hex | DC | C | 38 | 0 | 5F | 4B | E | 15B | 5A | 2D |
| Octal | 334 | 14 | 70 | 0 | 137 | 113 | 16 | 533 | 132 | 55 |
| Binary | 11011100 | 1100 | 111000 | 0 | 1011111 | 1001011 | 1110 | 101011011 | 1011010 | 101101 |
Color Harmonies of #DC0C38
Complementary color
Monochromatic Colors of #DC0C38
Black with #DC0C38
Text Example
Text Example
White with #DC0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C38; }
p { color: rgb(220,12,56); }
H1.HeaderClassName
{
color: #DC0C38;
}
.AnyTagClassName
{
color: #DC0C38;
}
</style>
background-color css
<style>
a { background-color: #DC0C38; }
a { background-color: rgb(220,12,56); }
div.DivClassName
{
background-color: #DC0C38;
}
.BgClassName
{
background-color: #DC0C38;
}
</style>
border-color css
<style>
span { border-color: #DC0C38; }
span { border-color: rgb(220,12,56); }
td.TdClassName
{
border-color: #DC0C38;
}
.TagClassName
{
border-color: #DC0C38;
}
</style>