Shades of Crimson #DC0735
Tints of Crimson #DC0735
RGB
CMYK
RGB Variations
Color information
#DC0735 (or 0xDC0735) is known color: Crimson. HEX triplet: DC, 07 and 35. RGB value is (220,7,53). Sum of RGB (Red+Green+Blue) = 220+7+53=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0735 is #23F8CA. Grayscale: #4B4B4B. Windows color (decimal): -2357451 or 3475420. OLE color: 3475420.
HSL color Cylindrical-coordinate representation of color #DC0735: hue angle of 347.04º 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 #DC0735 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.14 |
| HSL | 347.04º | 0.94% | 0.45% | - |
| HSV(B) | 347.04º | 0.97% | 0.86% | - |
| XYZ | 30.23 | 15.62 | 4.79 | - |
| YUV | 75.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 53 | 0 | 0.97 | 0.76 | 0.14 | 347.04 | 0.94 | 0.45 |
| Hex | DC | 7 | 35 | 0 | 61 | 4C | E | 15B | 5E | 2D |
| Octal | 334 | 7 | 65 | 0 | 141 | 114 | 16 | 533 | 136 | 55 |
| Binary | 11011100 | 111 | 110101 | 0 | 1100001 | 1001100 | 1110 | 101011011 | 1011110 | 101101 |
Color Harmonies of #DC0735
Complementary color
Monochromatic Colors of #DC0735
Black with #DC0735
Text Example
Text Example
White with #DC0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0735; }
p { color: rgb(220,7,53); }
H1.HeaderClassName
{
color: #DC0735;
}
.AnyTagClassName
{
color: #DC0735;
}
</style>
background-color css
<style>
a { background-color: #DC0735; }
a { background-color: rgb(220,7,53); }
div.DivClassName
{
background-color: #DC0735;
}
.BgClassName
{
background-color: #DC0735;
}
</style>
border-color css
<style>
span { border-color: #DC0735; }
span { border-color: rgb(220,7,53); }
td.TdClassName
{
border-color: #DC0735;
}
.TagClassName
{
border-color: #DC0735;
}
</style>