Shades of Scarlet #DE1609
Tints of Scarlet #DE1609
RGB
CMYK
RGB Variations
Color information
#DE1609 (or 0xDE1609) is known color: Scarlet. HEX triplet: DE, 16 and 09. RGB value is (222,22,9). Sum of RGB (Red+Green+Blue) = 222+22+9=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1609 is #21E9F6. Grayscale: #505050. Windows color (decimal): -2222583 or 595678. OLE color: 595678.
HSL color Cylindrical-coordinate representation of color #DE1609: hue angle of 3.66º 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 #DE1609 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.13 |
| HSL | 3.66º | 0.92% | 0.45% | - |
| HSV(B) | 3.66º | 0.96% | 0.87% | - |
| XYZ | 30.46 | 16.12 | 1.77 | - |
| YUV | 80.32 | 87.76 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 9 | 0 | 0.90 | 0.96 | 0.13 | 3.66 | 0.92 | 0.45 |
| Hex | DE | 16 | 9 | 0 | 5A | 60 | D | 4 | 5C | 2D |
| Octal | 336 | 26 | 11 | 0 | 132 | 140 | 15 | 4 | 134 | 55 |
| Binary | 11011110 | 10110 | 1001 | 0 | 1011010 | 1100000 | 1101 | 100 | 1011100 | 101101 |
Color Harmonies of #DE1609
Complementary color
Monochromatic Colors of #DE1609
Black with #DE1609
Text Example
Text Example
White with #DE1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1609; }
p { color: rgb(222,22,9); }
H1.HeaderClassName
{
color: #DE1609;
}
.AnyTagClassName
{
color: #DE1609;
}
</style>
background-color css
<style>
a { background-color: #DE1609; }
a { background-color: rgb(222,22,9); }
div.DivClassName
{
background-color: #DE1609;
}
.BgClassName
{
background-color: #DE1609;
}
</style>
border-color css
<style>
span { border-color: #DE1609; }
span { border-color: rgb(222,22,9); }
td.TdClassName
{
border-color: #DE1609;
}
.TagClassName
{
border-color: #DE1609;
}
</style>