Shades of Crimson #DE012A
Tints of Crimson #DE012A
RGB
CMYK
RGB Variations
Color information
#DE012A (or 0xDE012A) is known color: Crimson. HEX triplet: DE, 01 and 2A. RGB value is (222,1,42). Sum of RGB (Red+Green+Blue) = 222+1+42=265 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.77% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 222 - color contains mainly: red. Hex color #DE012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE012A is #21FED5. Grayscale: #474747. Windows color (decimal): -2227926 or 2752990. OLE color: 2752990.
HSL color Cylindrical-coordinate representation of color #DE012A: hue angle of 348.87º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE012A is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.13 |
| HSL | 348.87º | 0.99% | 0.44% | - |
| HSV(B) | 348.87º | 1% | 0.87% | - |
| XYZ | 30.55 | 15.72 | 3.61 | - |
| YUV | 71.75 | 111.22 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 42 | 0 | 1.00 | 0.81 | 0.13 | 348.87 | 0.99 | 0.44 |
| Hex | DE | 1 | 2A | 0 | 64 | 51 | D | 15D | 63 | 2C |
| Octal | 336 | 1 | 52 | 0 | 144 | 121 | 15 | 535 | 143 | 54 |
| Binary | 11011110 | 1 | 101010 | 0 | 1100100 | 1010001 | 1101 | 101011101 | 1100011 | 101100 |
Color Harmonies of #DE012A
Complementary color
Monochromatic Colors of #DE012A
Black with #DE012A
Text Example
Text Example
White with #DE012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE012A; }
p { color: rgb(222,1,42); }
H1.HeaderClassName
{
color: #DE012A;
}
.AnyTagClassName
{
color: #DE012A;
}
</style>
background-color css
<style>
a { background-color: #DE012A; }
a { background-color: rgb(222,1,42); }
div.DivClassName
{
background-color: #DE012A;
}
.BgClassName
{
background-color: #DE012A;
}
</style>
border-color css
<style>
span { border-color: #DE012A; }
span { border-color: rgb(222,1,42); }
td.TdClassName
{
border-color: #DE012A;
}
.TagClassName
{
border-color: #DE012A;
}
</style>