Shades of Crimson #DC0337
Tints of Crimson #DC0337
RGB
CMYK
RGB Variations
Color information
#DC0337 (or 0xDC0337) is known color: Crimson. HEX triplet: DC, 03 and 37. RGB value is (220,3,55). Sum of RGB (Red+Green+Blue) = 220+3+55=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0337 is #23FCC8. Grayscale: #494949. Windows color (decimal): -2358473 or 3605468. OLE color: 3605468.
HSL color Cylindrical-coordinate representation of color #DC0337: hue angle of 345.62º 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 #DC0337 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.14 |
| HSL | 345.62º | 0.97% | 0.44% | - |
| HSV(B) | 345.62º | 0.99% | 0.86% | - |
| XYZ | 30.24 | 15.56 | 5.02 | - |
| YUV | 73.81 | 117.39 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 55 | 0 | 0.99 | 0.75 | 0.14 | 345.62 | 0.97 | 0.44 |
| Hex | DC | 3 | 37 | 0 | 63 | 4B | E | 15A | 61 | 2C |
| Octal | 334 | 3 | 67 | 0 | 143 | 113 | 16 | 532 | 141 | 54 |
| Binary | 11011100 | 11 | 110111 | 0 | 1100011 | 1001011 | 1110 | 101011010 | 1100001 | 101100 |
Color Harmonies of #DC0337
Complementary color
Monochromatic Colors of #DC0337
Black with #DC0337
Text Example
Text Example
White with #DC0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0337; }
p { color: rgb(220,3,55); }
H1.HeaderClassName
{
color: #DC0337;
}
.AnyTagClassName
{
color: #DC0337;
}
</style>
background-color css
<style>
a { background-color: #DC0337; }
a { background-color: rgb(220,3,55); }
div.DivClassName
{
background-color: #DC0337;
}
.BgClassName
{
background-color: #DC0337;
}
</style>
border-color css
<style>
span { border-color: #DC0337; }
span { border-color: rgb(220,3,55); }
td.TdClassName
{
border-color: #DC0337;
}
.TagClassName
{
border-color: #DC0337;
}
</style>