Shades of Scarlet #EA340F
Tints of Scarlet #EA340F
RGB
CMYK
RGB Variations
Color information
#EA340F (or 0xEA340F) is known color: Scarlet. HEX triplet: EA, 34 and 0F. RGB value is (234,52,15). Sum of RGB (Red+Green+Blue) = 234+52+15=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA340F is #15CBF0. Grayscale: #666666. Windows color (decimal): -1428465 or 996586. OLE color: 996586.
HSL color Cylindrical-coordinate representation of color #EA340F: hue angle of 10.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA340F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.08 |
| HSL | 10.14º | 0.88% | 0.49% | - |
| HSV(B) | 10.14º | 0.94% | 0.92% | - |
| XYZ | 35.25 | 19.98 | 2.45 | - |
| YUV | 102.2 | 78.8 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 15 | 0 | 0.78 | 0.94 | 0.08 | 10.14 | 0.88 | 0.49 |
| Hex | EA | 34 | F | 0 | 4E | 5E | 8 | A | 58 | 31 |
| Octal | 352 | 64 | 17 | 0 | 116 | 136 | 10 | 12 | 130 | 61 |
| Binary | 11101010 | 110100 | 1111 | 0 | 1001110 | 1011110 | 1000 | 1010 | 1011000 | 110001 |
Color Harmonies of #EA340F
Complementary color
Monochromatic Colors of #EA340F
Black with #EA340F
Text Example
Text Example
White with #EA340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA340F; }
p { color: rgb(234,52,15); }
H1.HeaderClassName
{
color: #EA340F;
}
.AnyTagClassName
{
color: #EA340F;
}
</style>
background-color css
<style>
a { background-color: #EA340F; }
a { background-color: rgb(234,52,15); }
div.DivClassName
{
background-color: #EA340F;
}
.BgClassName
{
background-color: #EA340F;
}
</style>
border-color css
<style>
span { border-color: #EA340F; }
span { border-color: rgb(234,52,15); }
td.TdClassName
{
border-color: #EA340F;
}
.TagClassName
{
border-color: #EA340F;
}
</style>