Shades of Crimson #DC0733
Tints of Crimson #DC0733
RGB
CMYK
RGB Variations
Color information
#DC0733 (or 0xDC0733) is known color: Crimson. HEX triplet: DC, 07 and 33. RGB value is (220,7,51). Sum of RGB (Red+Green+Blue) = 220+7+51=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0733 is #23F8CC. Grayscale: #4B4B4B. Windows color (decimal): -2357453 or 3344348. OLE color: 3344348.
HSL color Cylindrical-coordinate representation of color #DC0733: hue angle of 347.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0733 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.14 |
| HSL | 347.61º | 0.94% | 0.45% | - |
| HSV(B) | 347.61º | 0.97% | 0.86% | - |
| XYZ | 30.19 | 15.61 | 4.55 | - |
| YUV | 75.7 | 114.07 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 51 | 0 | 0.97 | 0.77 | 0.14 | 347.61 | 0.94 | 0.45 |
| Hex | DC | 7 | 33 | 0 | 61 | 4D | E | 15C | 5E | 2D |
| Octal | 334 | 7 | 63 | 0 | 141 | 115 | 16 | 534 | 136 | 55 |
| Binary | 11011100 | 111 | 110011 | 0 | 1100001 | 1001101 | 1110 | 101011100 | 1011110 | 101101 |
Color Harmonies of #DC0733
Complementary color
Monochromatic Colors of #DC0733
Black with #DC0733
Text Example
Text Example
White with #DC0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0733; }
p { color: rgb(220,7,51); }
H1.HeaderClassName
{
color: #DC0733;
}
.AnyTagClassName
{
color: #DC0733;
}
</style>
background-color css
<style>
a { background-color: #DC0733; }
a { background-color: rgb(220,7,51); }
div.DivClassName
{
background-color: #DC0733;
}
.BgClassName
{
background-color: #DC0733;
}
</style>
border-color css
<style>
span { border-color: #DC0733; }
span { border-color: rgb(220,7,51); }
td.TdClassName
{
border-color: #DC0733;
}
.TagClassName
{
border-color: #DC0733;
}
</style>