Shades of Crimson #DE003F
Tints of Crimson #DE003F
RGB
CMYK
RGB Variations
Color information
#DE003F (or 0xDE003F) is known color: Crimson. HEX triplet: DE, 00 and 3F. RGB value is (222,0,63). Sum of RGB (Red+Green+Blue) = 222+0+63=285 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.89% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 222 - color contains mainly: red. Hex color #DE003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE003F is #21FFC0. Grayscale: #494949. Windows color (decimal): -2228161 or 4128990. OLE color: 4128990.
HSL color Cylindrical-coordinate representation of color #DE003F: hue angle of 342.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE003F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.72 | 0.13 |
| HSL | 342.97º | 1% | 0.44% | - |
| HSV(B) | 342.97º | 1% | 0.87% | - |
| XYZ | 31.02 | 15.89 | 6.13 | - |
| YUV | 73.56 | 122.05 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 63 | 0 | 1 | 0.72 | 0.13 | 342.97 | 1 | 0.44 |
| Hex | DE | 0 | 3F | 0 | 64 | 48 | D | 157 | 64 | 2C |
| Octal | 336 | 0 | 77 | 0 | 144 | 110 | 15 | 527 | 144 | 54 |
| Binary | 11011110 | 0 | 111111 | 0 | 1100100 | 1001000 | 1101 | 101010111 | 1100100 | 101100 |
Color Harmonies of #DE003F
Complementary color
Monochromatic Colors of #DE003F
Black with #DE003F
Text Example
Text Example
White with #DE003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE003F; }
p { color: rgb(222,0,63); }
H1.HeaderClassName
{
color: #DE003F;
}
.AnyTagClassName
{
color: #DE003F;
}
</style>
background-color css
<style>
a { background-color: #DE003F; }
a { background-color: rgb(222,0,63); }
div.DivClassName
{
background-color: #DE003F;
}
.BgClassName
{
background-color: #DE003F;
}
</style>
border-color css
<style>
span { border-color: #DE003F; }
span { border-color: rgb(222,0,63); }
td.TdClassName
{
border-color: #DE003F;
}
.TagClassName
{
border-color: #DE003F;
}
</style>