Shades of Crimson #DE183B
Tints of Crimson #DE183B
RGB
CMYK
RGB Variations
Color information
#DE183B (or 0xDE183B) is known color: Crimson. HEX triplet: DE, 18 and 3B. RGB value is (222,24,59). Sum of RGB (Red+Green+Blue) = 222+24+59=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE183B is #21E7C4. Grayscale: #575757. Windows color (decimal): -2222021 or 3872990. OLE color: 3872990.
HSL color Cylindrical-coordinate representation of color #DE183B: hue angle of 349.39º 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 #DE183B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 59 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.13 |
| HSL | 349.39º | 0.8% | 0.48% | - |
| HSV(B) | 349.39º | 0.89% | 0.87% | - |
| XYZ | 31.24 | 16.5 | 5.68 | - |
| YUV | 87.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 59 | 0 | 0.89 | 0.73 | 0.13 | 349.39 | 0.8 | 0.48 |
| Hex | DE | 18 | 3B | 0 | 59 | 49 | D | 15D | 50 | 30 |
| Octal | 336 | 30 | 73 | 0 | 131 | 111 | 15 | 535 | 120 | 60 |
| Binary | 11011110 | 11000 | 111011 | 0 | 1011001 | 1001001 | 1101 | 101011101 | 1010000 | 110000 |
Color Harmonies of #DE183B
Complementary color
Monochromatic Colors of #DE183B
Black with #DE183B
Text Example
Text Example
White with #DE183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE183B; }
p { color: rgb(222,24,59); }
H1.HeaderClassName
{
color: #DE183B;
}
.AnyTagClassName
{
color: #DE183B;
}
</style>
background-color css
<style>
a { background-color: #DE183B; }
a { background-color: rgb(222,24,59); }
div.DivClassName
{
background-color: #DE183B;
}
.BgClassName
{
background-color: #DE183B;
}
</style>
border-color css
<style>
span { border-color: #DE183B; }
span { border-color: rgb(222,24,59); }
td.TdClassName
{
border-color: #DE183B;
}
.TagClassName
{
border-color: #DE183B;
}
</style>