Shades of Scarlet #EA210C
Tints of Scarlet #EA210C
RGB
CMYK
RGB Variations
Color information
#EA210C (or 0xEA210C) is known color: Scarlet. HEX triplet: EA, 21 and 0C. RGB value is (234,33,12). Sum of RGB (Red+Green+Blue) = 234+33+12=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA210C is #15DEF3. Grayscale: #5A5A5A. Windows color (decimal): -1433332 or 795114. OLE color: 795114.
HSL color Cylindrical-coordinate representation of color #EA210C: hue angle of 5.68º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA210C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.08 |
| HSL | 5.68º | 0.9% | 0.48% | - |
| HSV(B) | 5.68º | 0.95% | 0.92% | - |
| XYZ | 34.54 | 18.61 | 2.12 | - |
| YUV | 90.71 | 83.59 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 12 | 0 | 0.86 | 0.95 | 0.08 | 5.68 | 0.9 | 0.48 |
| Hex | EA | 21 | C | 0 | 56 | 5F | 8 | 6 | 5A | 30 |
| Octal | 352 | 41 | 14 | 0 | 126 | 137 | 10 | 6 | 132 | 60 |
| Binary | 11101010 | 100001 | 1100 | 0 | 1010110 | 1011111 | 1000 | 110 | 1011010 | 110000 |
Color Harmonies of #EA210C
Complementary color
Monochromatic Colors of #EA210C
Black with #EA210C
Text Example
Text Example
White with #EA210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA210C; }
p { color: rgb(234,33,12); }
H1.HeaderClassName
{
color: #EA210C;
}
.AnyTagClassName
{
color: #EA210C;
}
</style>
background-color css
<style>
a { background-color: #EA210C; }
a { background-color: rgb(234,33,12); }
div.DivClassName
{
background-color: #EA210C;
}
.BgClassName
{
background-color: #EA210C;
}
</style>
border-color css
<style>
span { border-color: #EA210C; }
span { border-color: rgb(234,33,12); }
td.TdClassName
{
border-color: #EA210C;
}
.TagClassName
{
border-color: #EA210C;
}
</style>