Shades of Scarlet #DE1508
Tints of Scarlet #DE1508
RGB
CMYK
RGB Variations
Color information
#DE1508 (or 0xDE1508) is known color: Scarlet. HEX triplet: DE, 15 and 08. RGB value is (222,21,8). Sum of RGB (Red+Green+Blue) = 222+21+8=251 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.45% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1508 is #21EAF7. Grayscale: #4F4F4F. Windows color (decimal): -2222840 or 529886. OLE color: 529886.
HSL color Cylindrical-coordinate representation of color #DE1508: hue angle of 3.64º degrees, saturation: 0.93, 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 #DE1508 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.13 |
| HSL | 3.64º | 0.93% | 0.45% | - |
| HSV(B) | 3.64º | 0.96% | 0.87% | - |
| XYZ | 30.44 | 16.08 | 1.73 | - |
| YUV | 79.62 | 87.59 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 8 | 0 | 0.91 | 0.96 | 0.13 | 3.64 | 0.93 | 0.45 |
| Hex | DE | 15 | 8 | 0 | 5B | 60 | D | 4 | 5D | 2D |
| Octal | 336 | 25 | 10 | 0 | 133 | 140 | 15 | 4 | 135 | 55 |
| Binary | 11011110 | 10101 | 1000 | 0 | 1011011 | 1100000 | 1101 | 100 | 1011101 | 101101 |
Color Harmonies of #DE1508
Complementary color
Monochromatic Colors of #DE1508
Black with #DE1508
Text Example
Text Example
White with #DE1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1508; }
p { color: rgb(222,21,8); }
H1.HeaderClassName
{
color: #DE1508;
}
.AnyTagClassName
{
color: #DE1508;
}
</style>
background-color css
<style>
a { background-color: #DE1508; }
a { background-color: rgb(222,21,8); }
div.DivClassName
{
background-color: #DE1508;
}
.BgClassName
{
background-color: #DE1508;
}
</style>
border-color css
<style>
span { border-color: #DE1508; }
span { border-color: rgb(222,21,8); }
td.TdClassName
{
border-color: #DE1508;
}
.TagClassName
{
border-color: #DE1508;
}
</style>