Shades of Crimson #DC0A2A
Tints of Crimson #DC0A2A
RGB
CMYK
RGB Variations
Color information
#DC0A2A (or 0xDC0A2A) is known color: Crimson. HEX triplet: DC, 0A and 2A. RGB value is (220,10,42). Sum of RGB (Red+Green+Blue) = 220+10+42=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0A2A is #23F5D5. Grayscale: #4C4C4C. Windows color (decimal): -2356694 or 2755292. OLE color: 2755292.
HSL color Cylindrical-coordinate representation of color #DC0A2A: hue angle of 350.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0A2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.14 |
| HSL | 350.86º | 0.91% | 0.45% | - |
| HSV(B) | 350.86º | 0.95% | 0.86% | - |
| XYZ | 30.04 | 15.6 | 3.62 | - |
| YUV | 76.44 | 108.57 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 42 | 0 | 0.95 | 0.81 | 0.14 | 350.86 | 0.91 | 0.45 |
| Hex | DC | A | 2A | 0 | 5F | 51 | E | 15F | 5B | 2D |
| Octal | 334 | 12 | 52 | 0 | 137 | 121 | 16 | 537 | 133 | 55 |
| Binary | 11011100 | 1010 | 101010 | 0 | 1011111 | 1010001 | 1110 | 101011111 | 1011011 | 101101 |
Color Harmonies of #DC0A2A
Complementary color
Monochromatic Colors of #DC0A2A
Black with #DC0A2A
Text Example
Text Example
White with #DC0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A2A; }
p { color: rgb(220,10,42); }
H1.HeaderClassName
{
color: #DC0A2A;
}
.AnyTagClassName
{
color: #DC0A2A;
}
</style>
background-color css
<style>
a { background-color: #DC0A2A; }
a { background-color: rgb(220,10,42); }
div.DivClassName
{
background-color: #DC0A2A;
}
.BgClassName
{
background-color: #DC0A2A;
}
</style>
border-color css
<style>
span { border-color: #DC0A2A; }
span { border-color: rgb(220,10,42); }
td.TdClassName
{
border-color: #DC0A2A;
}
.TagClassName
{
border-color: #DC0A2A;
}
</style>