Shades of Crimson #DC053B
Tints of Crimson #DC053B
RGB
CMYK
RGB Variations
Color information
#DC053B (or 0xDC053B) is known color: Crimson. HEX triplet: DC, 05 and 3B. RGB value is (220,5,59). Sum of RGB (Red+Green+Blue) = 220+5+59=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC053B is #23FAC4. Grayscale: #4B4B4B. Windows color (decimal): -2357957 or 3868124. OLE color: 3868124.
HSL color Cylindrical-coordinate representation of color #DC053B: hue angle of 344.93º 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 #DC053B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.14 |
| HSL | 344.93º | 0.96% | 0.44% | - |
| HSV(B) | 344.93º | 0.98% | 0.86% | - |
| XYZ | 30.36 | 15.64 | 5.56 | - |
| YUV | 75.44 | 118.73 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 59 | 0 | 0.98 | 0.73 | 0.14 | 344.93 | 0.96 | 0.44 |
| Hex | DC | 5 | 3B | 0 | 62 | 49 | E | 159 | 60 | 2C |
| Octal | 334 | 5 | 73 | 0 | 142 | 111 | 16 | 531 | 140 | 54 |
| Binary | 11011100 | 101 | 111011 | 0 | 1100010 | 1001001 | 1110 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DC053B
Complementary color
Monochromatic Colors of #DC053B
Black with #DC053B
Text Example
Text Example
White with #DC053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC053B; }
p { color: rgb(220,5,59); }
H1.HeaderClassName
{
color: #DC053B;
}
.AnyTagClassName
{
color: #DC053B;
}
</style>
background-color css
<style>
a { background-color: #DC053B; }
a { background-color: rgb(220,5,59); }
div.DivClassName
{
background-color: #DC053B;
}
.BgClassName
{
background-color: #DC053B;
}
</style>
border-color css
<style>
span { border-color: #DC053B; }
span { border-color: rgb(220,5,59); }
td.TdClassName
{
border-color: #DC053B;
}
.TagClassName
{
border-color: #DC053B;
}
</style>