Shades of Crimson #DE144C
Tints of Crimson #DE144C
RGB
CMYK
RGB Variations
Color information
#DE144C (or 0xDE144C) is known color: Crimson. HEX triplet: DE, 14 and 4C. RGB value is (222,20,76). Sum of RGB (Red+Green+Blue) = 222+20+76=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE144C is #21EBB3. Grayscale: #565656. Windows color (decimal): -2223028 or 4986078. OLE color: 4986078.
HSL color Cylindrical-coordinate representation of color #DE144C: hue angle of 343.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE144C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 76 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.13 |
| HSL | 343.37º | 0.83% | 0.47% | - |
| HSV(B) | 343.37º | 0.91% | 0.87% | - |
| XYZ | 31.68 | 16.55 | 8.36 | - |
| YUV | 86.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 76 | 0 | 0.91 | 0.66 | 0.13 | 343.37 | 0.83 | 0.47 |
| Hex | DE | 14 | 4C | 0 | 5B | 42 | D | 157 | 53 | 2F |
| Octal | 336 | 24 | 114 | 0 | 133 | 102 | 15 | 527 | 123 | 57 |
| Binary | 11011110 | 10100 | 1001100 | 0 | 1011011 | 1000010 | 1101 | 101010111 | 1010011 | 101111 |
Color Harmonies of #DE144C
Complementary color
Monochromatic Colors of #DE144C
Black with #DE144C
Text Example
Text Example
White with #DE144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE144C; }
p { color: rgb(222,20,76); }
H1.HeaderClassName
{
color: #DE144C;
}
.AnyTagClassName
{
color: #DE144C;
}
</style>
background-color css
<style>
a { background-color: #DE144C; }
a { background-color: rgb(222,20,76); }
div.DivClassName
{
background-color: #DE144C;
}
.BgClassName
{
background-color: #DE144C;
}
</style>
border-color css
<style>
span { border-color: #DE144C; }
span { border-color: rgb(222,20,76); }
td.TdClassName
{
border-color: #DE144C;
}
.TagClassName
{
border-color: #DE144C;
}
</style>