Shades of Crimson #DE0639
Tints of Crimson #DE0639
RGB
CMYK
RGB Variations
Color information
#DE0639 (or 0xDE0639) is known color: Crimson. HEX triplet: DE, 06 and 39. RGB value is (222,6,57). Sum of RGB (Red+Green+Blue) = 222+6+57=285 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.89% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0639 is #21F9C6. Grayscale: #4C4C4C. Windows color (decimal): -2226631 or 3737310. OLE color: 3737310.
HSL color Cylindrical-coordinate representation of color #DE0639: hue angle of 345.83º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0639 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 57 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.13 |
| HSL | 345.83º | 0.95% | 0.45% | - |
| HSV(B) | 345.83º | 0.97% | 0.87% | - |
| XYZ | 30.93 | 15.96 | 5.32 | - |
| YUV | 76.4 | 117.06 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 57 | 0 | 0.97 | 0.74 | 0.13 | 345.83 | 0.95 | 0.45 |
| Hex | DE | 6 | 39 | 0 | 61 | 4A | D | 15A | 5F | 2D |
| Octal | 336 | 6 | 71 | 0 | 141 | 112 | 15 | 532 | 137 | 55 |
| Binary | 11011110 | 110 | 111001 | 0 | 1100001 | 1001010 | 1101 | 101011010 | 1011111 | 101101 |
Color Harmonies of #DE0639
Complementary color
Monochromatic Colors of #DE0639
Black with #DE0639
Text Example
Text Example
White with #DE0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0639; }
p { color: rgb(222,6,57); }
H1.HeaderClassName
{
color: #DE0639;
}
.AnyTagClassName
{
color: #DE0639;
}
</style>
background-color css
<style>
a { background-color: #DE0639; }
a { background-color: rgb(222,6,57); }
div.DivClassName
{
background-color: #DE0639;
}
.BgClassName
{
background-color: #DE0639;
}
</style>
border-color css
<style>
span { border-color: #DE0639; }
span { border-color: rgb(222,6,57); }
td.TdClassName
{
border-color: #DE0639;
}
.TagClassName
{
border-color: #DE0639;
}
</style>