Shades of Scarlet #EA231B
Tints of Scarlet #EA231B
RGB
CMYK
RGB Variations
Color information
#EA231B (or 0xEA231B) is known color: Scarlet. HEX triplet: EA, 23 and 1B. RGB value is (234,35,27). Sum of RGB (Red+Green+Blue) = 234+35+27=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA231B is #15DCE4. Grayscale: #5D5D5D. Windows color (decimal): -1432805 or 1778666. OLE color: 1778666.
HSL color Cylindrical-coordinate representation of color #EA231B: hue angle of 2.32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA231B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.08 |
| HSL | 2.32º | 0.83% | 0.51% | - |
| HSV(B) | 2.32º | 0.88% | 0.92% | - |
| XYZ | 34.73 | 18.77 | 2.83 | - |
| YUV | 93.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 27 | 0 | 0.85 | 0.88 | 0.08 | 2.32 | 0.83 | 0.51 |
| Hex | EA | 23 | 1B | 0 | 55 | 58 | 8 | 2 | 53 | 33 |
| Octal | 352 | 43 | 33 | 0 | 125 | 130 | 10 | 2 | 123 | 63 |
| Binary | 11101010 | 100011 | 11011 | 0 | 1010101 | 1011000 | 1000 | 10 | 1010011 | 110011 |
Color Harmonies of #EA231B
Complementary color
Monochromatic Colors of #EA231B
Black with #EA231B
Text Example
Text Example
White with #EA231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA231B; }
p { color: rgb(234,35,27); }
H1.HeaderClassName
{
color: #EA231B;
}
.AnyTagClassName
{
color: #EA231B;
}
</style>
background-color css
<style>
a { background-color: #EA231B; }
a { background-color: rgb(234,35,27); }
div.DivClassName
{
background-color: #EA231B;
}
.BgClassName
{
background-color: #EA231B;
}
</style>
border-color css
<style>
span { border-color: #EA231B; }
span { border-color: rgb(234,35,27); }
td.TdClassName
{
border-color: #EA231B;
}
.TagClassName
{
border-color: #EA231B;
}
</style>