Shades of Scarlet #EA3309
Tints of Scarlet #EA3309
RGB
CMYK
RGB Variations
Color information
#EA3309 (or 0xEA3309) is known color: Scarlet. HEX triplet: EA, 33 and 09. RGB value is (234,51,9). Sum of RGB (Red+Green+Blue) = 234+51+9=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3309 is #15CCF6. Grayscale: #656565. Windows color (decimal): -1428727 or 603114. OLE color: 603114.
HSL color Cylindrical-coordinate representation of color #EA3309: hue angle of 11.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA3309 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.08 |
| HSL | 11.2º | 0.93% | 0.48% | - |
| HSV(B) | 11.2º | 0.96% | 0.92% | - |
| XYZ | 35.16 | 19.88 | 2.24 | - |
| YUV | 100.93 | 76.13 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 9 | 0 | 0.78 | 0.96 | 0.08 | 11.2 | 0.93 | 0.48 |
| Hex | EA | 33 | 9 | 0 | 4E | 60 | 8 | B | 5D | 30 |
| Octal | 352 | 63 | 11 | 0 | 116 | 140 | 10 | 13 | 135 | 60 |
| Binary | 11101010 | 110011 | 1001 | 0 | 1001110 | 1100000 | 1000 | 1011 | 1011101 | 110000 |
Color Harmonies of #EA3309
Complementary color
Monochromatic Colors of #EA3309
Black with #EA3309
Text Example
Text Example
White with #EA3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3309; }
p { color: rgb(234,51,9); }
H1.HeaderClassName
{
color: #EA3309;
}
.AnyTagClassName
{
color: #EA3309;
}
</style>
background-color css
<style>
a { background-color: #EA3309; }
a { background-color: rgb(234,51,9); }
div.DivClassName
{
background-color: #EA3309;
}
.BgClassName
{
background-color: #EA3309;
}
</style>
border-color css
<style>
span { border-color: #EA3309; }
span { border-color: rgb(234,51,9); }
td.TdClassName
{
border-color: #EA3309;
}
.TagClassName
{
border-color: #EA3309;
}
</style>