Shades of Crimson #DE1735
Tints of Crimson #DE1735
RGB
CMYK
RGB Variations
Color information
#DE1735 (or 0xDE1735) is known color: Crimson. HEX triplet: DE, 17 and 35. RGB value is (222,23,53). Sum of RGB (Red+Green+Blue) = 222+23+53=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1735 is #21E8CA. Grayscale: #555555. Windows color (decimal): -2222283 or 3479518. OLE color: 3479518.
HSL color Cylindrical-coordinate representation of color #DE1735: hue angle of 350.95º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1735 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 53 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.13 |
| HSL | 350.95º | 0.81% | 0.48% | - |
| HSV(B) | 350.95º | 0.9% | 0.87% | - |
| XYZ | 31.07 | 16.4 | 4.9 | - |
| YUV | 85.92 | 109.43 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 53 | 0 | 0.90 | 0.76 | 0.13 | 350.95 | 0.81 | 0.48 |
| Hex | DE | 17 | 35 | 0 | 5A | 4C | D | 15F | 51 | 30 |
| Octal | 336 | 27 | 65 | 0 | 132 | 114 | 15 | 537 | 121 | 60 |
| Binary | 11011110 | 10111 | 110101 | 0 | 1011010 | 1001100 | 1101 | 101011111 | 1010001 | 110000 |
Color Harmonies of #DE1735
Complementary color
Monochromatic Colors of #DE1735
Black with #DE1735
Text Example
Text Example
White with #DE1735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1735; }
p { color: rgb(222,23,53); }
H1.HeaderClassName
{
color: #DE1735;
}
.AnyTagClassName
{
color: #DE1735;
}
</style>
background-color css
<style>
a { background-color: #DE1735; }
a { background-color: rgb(222,23,53); }
div.DivClassName
{
background-color: #DE1735;
}
.BgClassName
{
background-color: #DE1735;
}
</style>
border-color css
<style>
span { border-color: #DE1735; }
span { border-color: rgb(222,23,53); }
td.TdClassName
{
border-color: #DE1735;
}
.TagClassName
{
border-color: #DE1735;
}
</style>