Shades of Crimson #DC042E
Tints of Crimson #DC042E
RGB
CMYK
RGB Variations
Color information
#DC042E (or 0xDC042E) is known color: Crimson. HEX triplet: DC, 04 and 2E. RGB value is (220,4,46). Sum of RGB (Red+Green+Blue) = 220+4+46=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC042E is #23FBD1. Grayscale: #494949. Windows color (decimal): -2358226 or 3015900. OLE color: 3015900.
HSL color Cylindrical-coordinate representation of color #DC042E: hue angle of 348.33º 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 #DC042E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.14 |
| HSL | 348.33º | 0.96% | 0.44% | - |
| HSV(B) | 348.33º | 0.98% | 0.86% | - |
| XYZ | 30.05 | 15.5 | 3.99 | - |
| YUV | 73.37 | 112.56 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 46 | 0 | 0.98 | 0.79 | 0.14 | 348.33 | 0.96 | 0.44 |
| Hex | DC | 4 | 2E | 0 | 62 | 4F | E | 15C | 60 | 2C |
| Octal | 334 | 4 | 56 | 0 | 142 | 117 | 16 | 534 | 140 | 54 |
| Binary | 11011100 | 100 | 101110 | 0 | 1100010 | 1001111 | 1110 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DC042E
Complementary color
Monochromatic Colors of #DC042E
Black with #DC042E
Text Example
Text Example
White with #DC042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC042E; }
p { color: rgb(220,4,46); }
H1.HeaderClassName
{
color: #DC042E;
}
.AnyTagClassName
{
color: #DC042E;
}
</style>
background-color css
<style>
a { background-color: #DC042E; }
a { background-color: rgb(220,4,46); }
div.DivClassName
{
background-color: #DC042E;
}
.BgClassName
{
background-color: #DC042E;
}
</style>
border-color css
<style>
span { border-color: #DC042E; }
span { border-color: rgb(220,4,46); }
td.TdClassName
{
border-color: #DC042E;
}
.TagClassName
{
border-color: #DC042E;
}
</style>