Shades of Crimson #DE183E
Tints of Crimson #DE183E
RGB
CMYK
RGB Variations
Color information
#DE183E (or 0xDE183E) is known color: Crimson. HEX triplet: DE, 18 and 3E. RGB value is (222,24,62). Sum of RGB (Red+Green+Blue) = 222+24+62=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE183E is #21E7C1. Grayscale: #575757. Windows color (decimal): -2222018 or 4069598. OLE color: 4069598.
HSL color Cylindrical-coordinate representation of color #DE183E: hue angle of 348.48º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE183E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 62 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.13 |
| HSL | 348.48º | 0.8% | 0.48% | - |
| HSV(B) | 348.48º | 0.89% | 0.87% | - |
| XYZ | 31.32 | 16.53 | 6.1 | - |
| YUV | 87.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 62 | 0 | 0.89 | 0.72 | 0.13 | 348.48 | 0.8 | 0.48 |
| Hex | DE | 18 | 3E | 0 | 59 | 48 | D | 15C | 50 | 30 |
| Octal | 336 | 30 | 76 | 0 | 131 | 110 | 15 | 534 | 120 | 60 |
| Binary | 11011110 | 11000 | 111110 | 0 | 1011001 | 1001000 | 1101 | 101011100 | 1010000 | 110000 |
Color Harmonies of #DE183E
Complementary color
Monochromatic Colors of #DE183E
Black with #DE183E
Text Example
Text Example
White with #DE183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE183E; }
p { color: rgb(222,24,62); }
H1.HeaderClassName
{
color: #DE183E;
}
.AnyTagClassName
{
color: #DE183E;
}
</style>
background-color css
<style>
a { background-color: #DE183E; }
a { background-color: rgb(222,24,62); }
div.DivClassName
{
background-color: #DE183E;
}
.BgClassName
{
background-color: #DE183E;
}
</style>
border-color css
<style>
span { border-color: #DE183E; }
span { border-color: rgb(222,24,62); }
td.TdClassName
{
border-color: #DE183E;
}
.TagClassName
{
border-color: #DE183E;
}
</style>