Shades of Crimson #DE0928
Tints of Crimson #DE0928
RGB
CMYK
RGB Variations
Color information
#DE0928 (or 0xDE0928) is known color: Crimson. HEX triplet: DE, 09 and 28. RGB value is (222,9,40). Sum of RGB (Red+Green+Blue) = 222+9+40=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0928 is #21F6D7. Grayscale: #4C4C4C. Windows color (decimal): -2225880 or 2623966. OLE color: 2623966.
HSL color Cylindrical-coordinate representation of color #DE0928: hue angle of 351.27º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0928 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.13 |
| HSL | 351.27º | 0.92% | 0.45% | - |
| HSV(B) | 351.27º | 0.96% | 0.87% | - |
| XYZ | 30.6 | 15.88 | 3.46 | - |
| YUV | 76.22 | 107.57 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 40 | 0 | 0.96 | 0.82 | 0.13 | 351.27 | 0.92 | 0.45 |
| Hex | DE | 9 | 28 | 0 | 60 | 52 | D | 15F | 5C | 2D |
| Octal | 336 | 11 | 50 | 0 | 140 | 122 | 15 | 537 | 134 | 55 |
| Binary | 11011110 | 1001 | 101000 | 0 | 1100000 | 1010010 | 1101 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DE0928
Complementary color
Monochromatic Colors of #DE0928
Black with #DE0928
Text Example
Text Example
White with #DE0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0928; }
p { color: rgb(222,9,40); }
H1.HeaderClassName
{
color: #DE0928;
}
.AnyTagClassName
{
color: #DE0928;
}
</style>
background-color css
<style>
a { background-color: #DE0928; }
a { background-color: rgb(222,9,40); }
div.DivClassName
{
background-color: #DE0928;
}
.BgClassName
{
background-color: #DE0928;
}
</style>
border-color css
<style>
span { border-color: #DE0928; }
span { border-color: rgb(222,9,40); }
td.TdClassName
{
border-color: #DE0928;
}
.TagClassName
{
border-color: #DE0928;
}
</style>