Shades of Scarlet #E61600
Tints of Scarlet #E61600
RGB
CMYK
RGB Variations
Color information
#E61600 (or 0xE61600) is known color: Scarlet. HEX triplet: E6, 16 and 00. RGB value is (230,22,0). Sum of RGB (Red+Green+Blue) = 230+22+0=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E61600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61600 is #19E9FF. Grayscale: #515151. Windows color (decimal): -1698304 or 5862. OLE color: 5862.
HSL color Cylindrical-coordinate representation of color #E61600: hue angle of 5.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E61600 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.10 |
| HSL | 5.74º | 1% | 0.45% | - |
| HSV(B) | 5.74º | 1% | 0.9% | - |
| XYZ | 32.92 | 17.4 | 1.62 | - |
| YUV | 81.68 | 81.91 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 0 | 0 | 0.90 | 1 | 0.10 | 5.74 | 1 | 0.45 |
| Hex | E6 | 16 | 0 | 0 | 5A | 64 | A | 6 | 64 | 2D |
| Octal | 346 | 26 | 0 | 0 | 132 | 144 | 12 | 6 | 144 | 55 |
| Binary | 11100110 | 10110 | 0 | 0 | 1011010 | 1100100 | 1010 | 110 | 1100100 | 101101 |
Color Harmonies of #E61600
Complementary color
Monochromatic Colors of #E61600
Black with #E61600
Text Example
Text Example
White with #E61600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61600; }
p { color: rgb(230,22,0); }
H1.HeaderClassName
{
color: #E61600;
}
.AnyTagClassName
{
color: #E61600;
}
</style>
background-color css
<style>
a { background-color: #E61600; }
a { background-color: rgb(230,22,0); }
div.DivClassName
{
background-color: #E61600;
}
.BgClassName
{
background-color: #E61600;
}
</style>
border-color css
<style>
span { border-color: #E61600; }
span { border-color: rgb(230,22,0); }
td.TdClassName
{
border-color: #E61600;
}
.TagClassName
{
border-color: #E61600;
}
</style>