Shades of Crimson #DC052A
Tints of Crimson #DC052A
RGB
CMYK
RGB Variations
Color information
#DC052A (or 0xDC052A) is known color: Crimson. HEX triplet: DC, 05 and 2A. RGB value is (220,5,42). Sum of RGB (Red+Green+Blue) = 220+5+42=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC052A is #23FAD5. Grayscale: #494949. Windows color (decimal): -2357974 or 2754012. OLE color: 2754012.
HSL color Cylindrical-coordinate representation of color #DC052A: hue angle of 349.67º 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 #DC052A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.14 |
| HSL | 349.67º | 0.96% | 0.44% | - |
| HSV(B) | 349.67º | 0.98% | 0.86% | - |
| XYZ | 29.99 | 15.49 | 3.6 | - |
| YUV | 73.5 | 110.23 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 42 | 0 | 0.98 | 0.81 | 0.14 | 349.67 | 0.96 | 0.44 |
| Hex | DC | 5 | 2A | 0 | 62 | 51 | E | 15E | 60 | 2C |
| Octal | 334 | 5 | 52 | 0 | 142 | 121 | 16 | 536 | 140 | 54 |
| Binary | 11011100 | 101 | 101010 | 0 | 1100010 | 1010001 | 1110 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DC052A
Complementary color
Monochromatic Colors of #DC052A
Black with #DC052A
Text Example
Text Example
White with #DC052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC052A; }
p { color: rgb(220,5,42); }
H1.HeaderClassName
{
color: #DC052A;
}
.AnyTagClassName
{
color: #DC052A;
}
</style>
background-color css
<style>
a { background-color: #DC052A; }
a { background-color: rgb(220,5,42); }
div.DivClassName
{
background-color: #DC052A;
}
.BgClassName
{
background-color: #DC052A;
}
</style>
border-color css
<style>
span { border-color: #DC052A; }
span { border-color: rgb(220,5,42); }
td.TdClassName
{
border-color: #DC052A;
}
.TagClassName
{
border-color: #DC052A;
}
</style>