Shades of Crimson #DC0E2F
Tints of Crimson #DC0E2F
RGB
CMYK
RGB Variations
Color information
#DC0E2F (or 0xDC0E2F) is known color: Crimson. HEX triplet: DC, 0E and 2F. RGB value is (220,14,47). Sum of RGB (Red+Green+Blue) = 220+14+47=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0E2F is #23F1D0. Grayscale: #4F4F4F. Windows color (decimal): -2355665 or 3083996. OLE color: 3083996.
HSL color Cylindrical-coordinate representation of color #DC0E2F: hue angle of 350.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E2F is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 47 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.14 |
| HSL | 350.39º | 0.88% | 0.46% | - |
| HSV(B) | 350.39º | 0.94% | 0.86% | - |
| XYZ | 30.19 | 15.73 | 4.14 | - |
| YUV | 79.36 | 109.75 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 47 | 0 | 0.94 | 0.79 | 0.14 | 350.39 | 0.88 | 0.46 |
| Hex | DC | E | 2F | 0 | 5E | 4F | E | 15E | 58 | 2E |
| Octal | 334 | 16 | 57 | 0 | 136 | 117 | 16 | 536 | 130 | 56 |
| Binary | 11011100 | 1110 | 101111 | 0 | 1011110 | 1001111 | 1110 | 101011110 | 1011000 | 101110 |
Color Harmonies of #DC0E2F
Complementary color
Monochromatic Colors of #DC0E2F
Black with #DC0E2F
Text Example
Text Example
White with #DC0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E2F; }
p { color: rgb(220,14,47); }
H1.HeaderClassName
{
color: #DC0E2F;
}
.AnyTagClassName
{
color: #DC0E2F;
}
</style>
background-color css
<style>
a { background-color: #DC0E2F; }
a { background-color: rgb(220,14,47); }
div.DivClassName
{
background-color: #DC0E2F;
}
.BgClassName
{
background-color: #DC0E2F;
}
</style>
border-color css
<style>
span { border-color: #DC0E2F; }
span { border-color: rgb(220,14,47); }
td.TdClassName
{
border-color: #DC0E2F;
}
.TagClassName
{
border-color: #DC0E2F;
}
</style>