Shades of Crimson #DC0939
Tints of Crimson #DC0939
RGB
CMYK
RGB Variations
Color information
#DC0939 (or 0xDC0939) is known color: Crimson. HEX triplet: DC, 09 and 39. RGB value is (220,9,57). Sum of RGB (Red+Green+Blue) = 220+9+57=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0939 is #23F6C6. Grayscale: #4D4D4D. Windows color (decimal): -2356935 or 3738076. OLE color: 3738076.
HSL color Cylindrical-coordinate representation of color #DC0939: hue angle of 346.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0939 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 57 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.14 |
| HSL | 346.35º | 0.92% | 0.45% | - |
| HSV(B) | 346.35º | 0.96% | 0.86% | - |
| XYZ | 30.35 | 15.71 | 5.3 | - |
| YUV | 77.56 | 116.4 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 57 | 0 | 0.96 | 0.74 | 0.14 | 346.35 | 0.92 | 0.45 |
| Hex | DC | 9 | 39 | 0 | 60 | 4A | E | 15A | 5C | 2D |
| Octal | 334 | 11 | 71 | 0 | 140 | 112 | 16 | 532 | 134 | 55 |
| Binary | 11011100 | 1001 | 111001 | 0 | 1100000 | 1001010 | 1110 | 101011010 | 1011100 | 101101 |
Color Harmonies of #DC0939
Complementary color
Monochromatic Colors of #DC0939
Black with #DC0939
Text Example
Text Example
White with #DC0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0939; }
p { color: rgb(220,9,57); }
H1.HeaderClassName
{
color: #DC0939;
}
.AnyTagClassName
{
color: #DC0939;
}
</style>
background-color css
<style>
a { background-color: #DC0939; }
a { background-color: rgb(220,9,57); }
div.DivClassName
{
background-color: #DC0939;
}
.BgClassName
{
background-color: #DC0939;
}
</style>
border-color css
<style>
span { border-color: #DC0939; }
span { border-color: rgb(220,9,57); }
td.TdClassName
{
border-color: #DC0939;
}
.TagClassName
{
border-color: #DC0939;
}
</style>