Shades of Scarlet #EA260F
Tints of Scarlet #EA260F
RGB
CMYK
RGB Variations
Color information
#EA260F (or 0xEA260F) is known color: Scarlet. HEX triplet: EA, 26 and 0F. RGB value is (234,38,15). Sum of RGB (Red+Green+Blue) = 234+38+15=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA260F is #15D9F0. Grayscale: #5E5E5E. Windows color (decimal): -1432049 or 993002. OLE color: 993002.
HSL color Cylindrical-coordinate representation of color #EA260F: hue angle of 6.3º 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 #EA260F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 15 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.08 |
| HSL | 6.3º | 0.88% | 0.49% | - |
| HSV(B) | 6.3º | 0.94% | 0.92% | - |
| XYZ | 34.71 | 18.91 | 2.27 | - |
| YUV | 93.98 | 83.43 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 15 | 0 | 0.84 | 0.94 | 0.08 | 6.3 | 0.88 | 0.49 |
| Hex | EA | 26 | F | 0 | 54 | 5E | 8 | 6 | 58 | 31 |
| Octal | 352 | 46 | 17 | 0 | 124 | 136 | 10 | 6 | 130 | 61 |
| Binary | 11101010 | 100110 | 1111 | 0 | 1010100 | 1011110 | 1000 | 110 | 1011000 | 110001 |
Color Harmonies of #EA260F
Complementary color
Monochromatic Colors of #EA260F
Black with #EA260F
Text Example
Text Example
White with #EA260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA260F; }
p { color: rgb(234,38,15); }
H1.HeaderClassName
{
color: #EA260F;
}
.AnyTagClassName
{
color: #EA260F;
}
</style>
background-color css
<style>
a { background-color: #EA260F; }
a { background-color: rgb(234,38,15); }
div.DivClassName
{
background-color: #EA260F;
}
.BgClassName
{
background-color: #EA260F;
}
</style>
border-color css
<style>
span { border-color: #EA260F; }
span { border-color: rgb(234,38,15); }
td.TdClassName
{
border-color: #EA260F;
}
.TagClassName
{
border-color: #EA260F;
}
</style>