Shades of Crimson #DC053F
Tints of Crimson #DC053F
RGB
CMYK
RGB Variations
Color information
#DC053F (or 0xDC053F) is known color: Crimson. HEX triplet: DC, 05 and 3F. RGB value is (220,5,63). Sum of RGB (Red+Green+Blue) = 220+5+63=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC053F is #23FAC0. Grayscale: #4B4B4B. Windows color (decimal): -2357953 or 4130268. OLE color: 4130268.
HSL color Cylindrical-coordinate representation of color #DC053F: hue angle of 343.81º 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 #DC053F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.14 |
| HSL | 343.81º | 0.96% | 0.44% | - |
| HSV(B) | 343.81º | 0.98% | 0.86% | - |
| XYZ | 30.47 | 15.68 | 6.12 | - |
| YUV | 75.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 63 | 0 | 0.98 | 0.71 | 0.14 | 343.81 | 0.96 | 0.44 |
| Hex | DC | 5 | 3F | 0 | 62 | 47 | E | 158 | 60 | 2C |
| Octal | 334 | 5 | 77 | 0 | 142 | 107 | 16 | 530 | 140 | 54 |
| Binary | 11011100 | 101 | 111111 | 0 | 1100010 | 1000111 | 1110 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DC053F
Complementary color
Monochromatic Colors of #DC053F
Black with #DC053F
Text Example
Text Example
White with #DC053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC053F; }
p { color: rgb(220,5,63); }
H1.HeaderClassName
{
color: #DC053F;
}
.AnyTagClassName
{
color: #DC053F;
}
</style>
background-color css
<style>
a { background-color: #DC053F; }
a { background-color: rgb(220,5,63); }
div.DivClassName
{
background-color: #DC053F;
}
.BgClassName
{
background-color: #DC053F;
}
</style>
border-color css
<style>
span { border-color: #DC053F; }
span { border-color: rgb(220,5,63); }
td.TdClassName
{
border-color: #DC053F;
}
.TagClassName
{
border-color: #DC053F;
}
</style>