Shades of Scarlet #EA2912
Tints of Scarlet #EA2912
RGB
CMYK
RGB Variations
Color information
#EA2912 (or 0xEA2912) is known color: Scarlet. HEX triplet: EA, 29 and 12. RGB value is (234,41,18). Sum of RGB (Red+Green+Blue) = 234+41+18=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2912 is #15D6ED. Grayscale: #606060. Windows color (decimal): -1431278 or 1190378. OLE color: 1190378.
HSL color Cylindrical-coordinate representation of color #EA2912: hue angle of 6.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA2912 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.08 |
| HSL | 6.39º | 0.86% | 0.49% | - |
| HSV(B) | 6.39º | 0.92% | 0.92% | - |
| XYZ | 34.83 | 19.12 | 2.43 | - |
| YUV | 96.09 | 83.94 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 18 | 0 | 0.82 | 0.92 | 0.08 | 6.39 | 0.86 | 0.49 |
| Hex | EA | 29 | 12 | 0 | 52 | 5C | 8 | 6 | 56 | 31 |
| Octal | 352 | 51 | 22 | 0 | 122 | 134 | 10 | 6 | 126 | 61 |
| Binary | 11101010 | 101001 | 10010 | 0 | 1010010 | 1011100 | 1000 | 110 | 1010110 | 110001 |
Color Harmonies of #EA2912
Complementary color
Monochromatic Colors of #EA2912
Black with #EA2912
Text Example
Text Example
White with #EA2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2912; }
p { color: rgb(234,41,18); }
H1.HeaderClassName
{
color: #EA2912;
}
.AnyTagClassName
{
color: #EA2912;
}
</style>
background-color css
<style>
a { background-color: #EA2912; }
a { background-color: rgb(234,41,18); }
div.DivClassName
{
background-color: #EA2912;
}
.BgClassName
{
background-color: #EA2912;
}
</style>
border-color css
<style>
span { border-color: #EA2912; }
span { border-color: rgb(234,41,18); }
td.TdClassName
{
border-color: #EA2912;
}
.TagClassName
{
border-color: #EA2912;
}
</style>