Shades of Scarlet #EA2F00
Tints of Scarlet #EA2F00
RGB
CMYK
RGB Variations
Color information
#EA2F00 (or 0xEA2F00) is known color: Scarlet. HEX triplet: EA, 2F and 00. RGB value is (234,47,0). Sum of RGB (Red+Green+Blue) = 234+47+0=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2F00 is #15D0FF. Grayscale: #616161. Windows color (decimal): -1429760 or 12266. OLE color: 12266.
HSL color Cylindrical-coordinate representation of color #EA2F00: hue angle of 12.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA2F00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.08 |
| HSL | 12.05º | 1% | 0.46% | - |
| HSV(B) | 12.05º | 1% | 0.92% | - |
| XYZ | 34.95 | 19.53 | 1.93 | - |
| YUV | 97.56 | 72.95 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 0 | 0 | 0.80 | 1 | 0.08 | 12.05 | 1 | 0.46 |
| Hex | EA | 2F | 0 | 0 | 50 | 64 | 8 | C | 64 | 2E |
| Octal | 352 | 57 | 0 | 0 | 120 | 144 | 10 | 14 | 144 | 56 |
| Binary | 11101010 | 101111 | 0 | 0 | 1010000 | 1100100 | 1000 | 1100 | 1100100 | 101110 |
Color Harmonies of #EA2F00
Complementary color
Monochromatic Colors of #EA2F00
Black with #EA2F00
Text Example
Text Example
White with #EA2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F00; }
p { color: rgb(234,47,0); }
H1.HeaderClassName
{
color: #EA2F00;
}
.AnyTagClassName
{
color: #EA2F00;
}
</style>
background-color css
<style>
a { background-color: #EA2F00; }
a { background-color: rgb(234,47,0); }
div.DivClassName
{
background-color: #EA2F00;
}
.BgClassName
{
background-color: #EA2F00;
}
</style>
border-color css
<style>
span { border-color: #EA2F00; }
span { border-color: rgb(234,47,0); }
td.TdClassName
{
border-color: #EA2F00;
}
.TagClassName
{
border-color: #EA2F00;
}
</style>