Shades of Crimson #DC0534
Tints of Crimson #DC0534
RGB
CMYK
RGB Variations
Color information
#DC0534 (or 0xDC0534) is known color: Crimson. HEX triplet: DC, 05 and 34. RGB value is (220,5,52). Sum of RGB (Red+Green+Blue) = 220+5+52=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0534 is #23FACB. Grayscale: #4A4A4A. Windows color (decimal): -2357964 or 3409372. OLE color: 3409372.
HSL color Cylindrical-coordinate representation of color #DC0534: hue angle of 346.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0534 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.14 |
| HSL | 346.88º | 0.96% | 0.44% | - |
| HSV(B) | 346.88º | 0.98% | 0.86% | - |
| XYZ | 30.19 | 15.57 | 4.66 | - |
| YUV | 74.64 | 115.23 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 52 | 0 | 0.98 | 0.76 | 0.14 | 346.88 | 0.96 | 0.44 |
| Hex | DC | 5 | 34 | 0 | 62 | 4C | E | 15B | 60 | 2C |
| Octal | 334 | 5 | 64 | 0 | 142 | 114 | 16 | 533 | 140 | 54 |
| Binary | 11011100 | 101 | 110100 | 0 | 1100010 | 1001100 | 1110 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DC0534
Complementary color
Monochromatic Colors of #DC0534
Black with #DC0534
Text Example
Text Example
White with #DC0534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0534; }
p { color: rgb(220,5,52); }
H1.HeaderClassName
{
color: #DC0534;
}
.AnyTagClassName
{
color: #DC0534;
}
</style>
background-color css
<style>
a { background-color: #DC0534; }
a { background-color: rgb(220,5,52); }
div.DivClassName
{
background-color: #DC0534;
}
.BgClassName
{
background-color: #DC0534;
}
</style>
border-color css
<style>
span { border-color: #DC0534; }
span { border-color: rgb(220,5,52); }
td.TdClassName
{
border-color: #DC0534;
}
.TagClassName
{
border-color: #DC0534;
}
</style>