Shades of Crimson #DC0933
Tints of Crimson #DC0933
RGB
CMYK
RGB Variations
Color information
#DC0933 (or 0xDC0933) is known color: Crimson. HEX triplet: DC, 09 and 33. RGB value is (220,9,51). Sum of RGB (Red+Green+Blue) = 220+9+51=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0933 is #23F6CC. Grayscale: #4C4C4C. Windows color (decimal): -2356941 or 3344860. OLE color: 3344860.
HSL color Cylindrical-coordinate representation of color #DC0933: hue angle of 348.06º 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 #DC0933 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 51 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.14 |
| HSL | 348.06º | 0.92% | 0.45% | - |
| HSV(B) | 348.06º | 0.96% | 0.86% | - |
| XYZ | 30.21 | 15.65 | 4.56 | - |
| YUV | 76.88 | 113.4 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 51 | 0 | 0.96 | 0.77 | 0.14 | 348.06 | 0.92 | 0.45 |
| Hex | DC | 9 | 33 | 0 | 60 | 4D | E | 15C | 5C | 2D |
| Octal | 334 | 11 | 63 | 0 | 140 | 115 | 16 | 534 | 134 | 55 |
| Binary | 11011100 | 1001 | 110011 | 0 | 1100000 | 1001101 | 1110 | 101011100 | 1011100 | 101101 |
Color Harmonies of #DC0933
Complementary color
Monochromatic Colors of #DC0933
Black with #DC0933
Text Example
Text Example
White with #DC0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0933; }
p { color: rgb(220,9,51); }
H1.HeaderClassName
{
color: #DC0933;
}
.AnyTagClassName
{
color: #DC0933;
}
</style>
background-color css
<style>
a { background-color: #DC0933; }
a { background-color: rgb(220,9,51); }
div.DivClassName
{
background-color: #DC0933;
}
.BgClassName
{
background-color: #DC0933;
}
</style>
border-color css
<style>
span { border-color: #DC0933; }
span { border-color: rgb(220,9,51); }
td.TdClassName
{
border-color: #DC0933;
}
.TagClassName
{
border-color: #DC0933;
}
</style>