Shades of Crimson #DC0336
Tints of Crimson #DC0336
RGB
CMYK
RGB Variations
Color information
#DC0336 (or 0xDC0336) is known color: Crimson. HEX triplet: DC, 03 and 36. RGB value is (220,3,54). Sum of RGB (Red+Green+Blue) = 220+3+54=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0336 is #23FCC9. Grayscale: #494949. Windows color (decimal): -2358474 or 3539932. OLE color: 3539932.
HSL color Cylindrical-coordinate representation of color #DC0336: hue angle of 345.9º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0336 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 54 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.14 |
| HSL | 345.9º | 0.97% | 0.44% | - |
| HSV(B) | 345.9º | 0.99% | 0.86% | - |
| XYZ | 30.21 | 15.55 | 4.9 | - |
| YUV | 73.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 54 | 0 | 0.99 | 0.75 | 0.14 | 345.9 | 0.97 | 0.44 |
| Hex | DC | 3 | 36 | 0 | 63 | 4B | E | 15A | 61 | 2C |
| Octal | 334 | 3 | 66 | 0 | 143 | 113 | 16 | 532 | 141 | 54 |
| Binary | 11011100 | 11 | 110110 | 0 | 1100011 | 1001011 | 1110 | 101011010 | 1100001 | 101100 |
Color Harmonies of #DC0336
Complementary color
Monochromatic Colors of #DC0336
Black with #DC0336
Text Example
Text Example
White with #DC0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0336; }
p { color: rgb(220,3,54); }
H1.HeaderClassName
{
color: #DC0336;
}
.AnyTagClassName
{
color: #DC0336;
}
</style>
background-color css
<style>
a { background-color: #DC0336; }
a { background-color: rgb(220,3,54); }
div.DivClassName
{
background-color: #DC0336;
}
.BgClassName
{
background-color: #DC0336;
}
</style>
border-color css
<style>
span { border-color: #DC0336; }
span { border-color: rgb(220,3,54); }
td.TdClassName
{
border-color: #DC0336;
}
.TagClassName
{
border-color: #DC0336;
}
</style>