Shades of Scarlet #E61D02
Tints of Scarlet #E61D02
RGB
CMYK
RGB Variations
Color information
#E61D02 (or 0xE61D02) is known color: Scarlet. HEX triplet: E6, 1D and 02. RGB value is (230,29,2). Sum of RGB (Red+Green+Blue) = 230+29+2=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61D02 is #19E2FD. Grayscale: #565656. Windows color (decimal): -1696510 or 138726. OLE color: 138726.
HSL color Cylindrical-coordinate representation of color #E61D02: hue angle of 7.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E61D02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.10 |
| HSL | 7.11º | 0.98% | 0.45% | - |
| HSV(B) | 7.11º | 0.99% | 0.9% | - |
| XYZ | 33.08 | 17.71 | 1.73 | - |
| YUV | 86.02 | 80.59 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 2 | 0 | 0.87 | 0.99 | 0.10 | 7.11 | 0.98 | 0.45 |
| Hex | E6 | 1D | 2 | 0 | 57 | 63 | A | 7 | 62 | 2D |
| Octal | 346 | 35 | 2 | 0 | 127 | 143 | 12 | 7 | 142 | 55 |
| Binary | 11100110 | 11101 | 10 | 0 | 1010111 | 1100011 | 1010 | 111 | 1100010 | 101101 |
Color Harmonies of #E61D02
Complementary color
Monochromatic Colors of #E61D02
Black with #E61D02
Text Example
Text Example
White with #E61D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D02; }
p { color: rgb(230,29,2); }
H1.HeaderClassName
{
color: #E61D02;
}
.AnyTagClassName
{
color: #E61D02;
}
</style>
background-color css
<style>
a { background-color: #E61D02; }
a { background-color: rgb(230,29,2); }
div.DivClassName
{
background-color: #E61D02;
}
.BgClassName
{
background-color: #E61D02;
}
</style>
border-color css
<style>
span { border-color: #E61D02; }
span { border-color: rgb(230,29,2); }
td.TdClassName
{
border-color: #E61D02;
}
.TagClassName
{
border-color: #E61D02;
}
</style>