Shades of Scarlet #EA2D0F
Tints of Scarlet #EA2D0F
RGB
CMYK
RGB Variations
Color information
#EA2D0F (or 0xEA2D0F) is known color: Scarlet. HEX triplet: EA, 2D and 0F. RGB value is (234,45,15). Sum of RGB (Red+Green+Blue) = 234+45+15=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D0F is #15D2F0. Grayscale: #626262. Windows color (decimal): -1430257 or 994794. OLE color: 994794.
HSL color Cylindrical-coordinate representation of color #EA2D0F: hue angle of 8.22º 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 #EA2D0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 15 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.08 |
| HSL | 8.22º | 0.88% | 0.49% | - |
| HSV(B) | 8.22º | 0.94% | 0.92% | - |
| XYZ | 34.96 | 19.4 | 2.35 | - |
| YUV | 98.09 | 81.12 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 15 | 0 | 0.81 | 0.94 | 0.08 | 8.22 | 0.88 | 0.49 |
| Hex | EA | 2D | F | 0 | 51 | 5E | 8 | 8 | 58 | 31 |
| Octal | 352 | 55 | 17 | 0 | 121 | 136 | 10 | 10 | 130 | 61 |
| Binary | 11101010 | 101101 | 1111 | 0 | 1010001 | 1011110 | 1000 | 1000 | 1011000 | 110001 |
Color Harmonies of #EA2D0F
Complementary color
Monochromatic Colors of #EA2D0F
Black with #EA2D0F
Text Example
Text Example
White with #EA2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D0F; }
p { color: rgb(234,45,15); }
H1.HeaderClassName
{
color: #EA2D0F;
}
.AnyTagClassName
{
color: #EA2D0F;
}
</style>
background-color css
<style>
a { background-color: #EA2D0F; }
a { background-color: rgb(234,45,15); }
div.DivClassName
{
background-color: #EA2D0F;
}
.BgClassName
{
background-color: #EA2D0F;
}
</style>
border-color css
<style>
span { border-color: #EA2D0F; }
span { border-color: rgb(234,45,15); }
td.TdClassName
{
border-color: #EA2D0F;
}
.TagClassName
{
border-color: #EA2D0F;
}
</style>