Shades of Crimson #DC033E
Tints of Crimson #DC033E
RGB
CMYK
RGB Variations
Color information
#DC033E (or 0xDC033E) is known color: Crimson. HEX triplet: DC, 03 and 3E. RGB value is (220,3,62). Sum of RGB (Red+Green+Blue) = 220+3+62=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC033E is #23FCC1. Grayscale: #4A4A4A. Windows color (decimal): -2358466 or 4064220. OLE color: 4064220.
HSL color Cylindrical-coordinate representation of color #DC033E: hue angle of 343.69º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC033E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.14 |
| HSL | 343.69º | 0.97% | 0.44% | - |
| HSV(B) | 343.69º | 0.99% | 0.86% | - |
| XYZ | 30.42 | 15.63 | 5.97 | - |
| YUV | 74.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 62 | 0 | 0.99 | 0.72 | 0.14 | 343.69 | 0.97 | 0.44 |
| Hex | DC | 3 | 3E | 0 | 63 | 48 | E | 158 | 61 | 2C |
| Octal | 334 | 3 | 76 | 0 | 143 | 110 | 16 | 530 | 141 | 54 |
| Binary | 11011100 | 11 | 111110 | 0 | 1100011 | 1001000 | 1110 | 101011000 | 1100001 | 101100 |
Color Harmonies of #DC033E
Complementary color
Monochromatic Colors of #DC033E
Black with #DC033E
Text Example
Text Example
White with #DC033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC033E; }
p { color: rgb(220,3,62); }
H1.HeaderClassName
{
color: #DC033E;
}
.AnyTagClassName
{
color: #DC033E;
}
</style>
background-color css
<style>
a { background-color: #DC033E; }
a { background-color: rgb(220,3,62); }
div.DivClassName
{
background-color: #DC033E;
}
.BgClassName
{
background-color: #DC033E;
}
</style>
border-color css
<style>
span { border-color: #DC033E; }
span { border-color: rgb(220,3,62); }
td.TdClassName
{
border-color: #DC033E;
}
.TagClassName
{
border-color: #DC033E;
}
</style>