Shades of Crimson #DE003C
Tints of Crimson #DE003C
RGB
CMYK
RGB Variations
Color information
#DE003C (or 0xDE003C) is known color: Crimson. HEX triplet: DE, 00 and 3C. RGB value is (222,0,60). Sum of RGB (Red+Green+Blue) = 222+0+60=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE003C is #21FFC3. Grayscale: #494949. Windows color (decimal): -2228164 or 3932382. OLE color: 3932382.
HSL color Cylindrical-coordinate representation of color #DE003C: hue angle of 343.78º 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 #DE003C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.73 | 0.13 |
| HSL | 343.78º | 1% | 0.44% | - |
| HSV(B) | 343.78º | 1% | 0.87% | - |
| XYZ | 30.94 | 15.86 | 5.7 | - |
| YUV | 73.22 | 120.55 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 60 | 0 | 1 | 0.73 | 0.13 | 343.78 | 1 | 0.44 |
| Hex | DE | 0 | 3C | 0 | 64 | 49 | D | 158 | 64 | 2C |
| Octal | 336 | 0 | 74 | 0 | 144 | 111 | 15 | 530 | 144 | 54 |
| Binary | 11011110 | 0 | 111100 | 0 | 1100100 | 1001001 | 1101 | 101011000 | 1100100 | 101100 |
Color Harmonies of #DE003C
Complementary color
Monochromatic Colors of #DE003C
Black with #DE003C
Text Example
Text Example
White with #DE003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE003C; }
p { color: rgb(222,0,60); }
H1.HeaderClassName
{
color: #DE003C;
}
.AnyTagClassName
{
color: #DE003C;
}
</style>
background-color css
<style>
a { background-color: #DE003C; }
a { background-color: rgb(222,0,60); }
div.DivClassName
{
background-color: #DE003C;
}
.BgClassName
{
background-color: #DE003C;
}
</style>
border-color css
<style>
span { border-color: #DE003C; }
span { border-color: rgb(222,0,60); }
td.TdClassName
{
border-color: #DE003C;
}
.TagClassName
{
border-color: #DE003C;
}
</style>