Shades of Scarlet #EA261C
Tints of Scarlet #EA261C
RGB
CMYK
RGB Variations
Color information
#EA261C (or 0xEA261C) is known color: Scarlet. HEX triplet: EA, 26 and 1C. RGB value is (234,38,28). Sum of RGB (Red+Green+Blue) = 234+38+28=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA261C is #15D9E3. Grayscale: #5F5F5F. Windows color (decimal): -1432036 or 1844970. OLE color: 1844970.
HSL color Cylindrical-coordinate representation of color #EA261C: hue angle of 2.91º 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 #EA261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.08 |
| HSL | 2.91º | 0.83% | 0.51% | - |
| HSV(B) | 2.91º | 0.88% | 0.92% | - |
| XYZ | 34.83 | 18.96 | 2.92 | - |
| YUV | 95.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 28 | 0 | 0.84 | 0.88 | 0.08 | 2.91 | 0.83 | 0.51 |
| Hex | EA | 26 | 1C | 0 | 54 | 58 | 8 | 3 | 53 | 33 |
| Octal | 352 | 46 | 34 | 0 | 124 | 130 | 10 | 3 | 123 | 63 |
| Binary | 11101010 | 100110 | 11100 | 0 | 1010100 | 1011000 | 1000 | 11 | 1010011 | 110011 |
Color Harmonies of #EA261C
Complementary color
Monochromatic Colors of #EA261C
Black with #EA261C
Text Example
Text Example
White with #EA261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA261C; }
p { color: rgb(234,38,28); }
H1.HeaderClassName
{
color: #EA261C;
}
.AnyTagClassName
{
color: #EA261C;
}
</style>
background-color css
<style>
a { background-color: #EA261C; }
a { background-color: rgb(234,38,28); }
div.DivClassName
{
background-color: #EA261C;
}
.BgClassName
{
background-color: #EA261C;
}
</style>
border-color css
<style>
span { border-color: #EA261C; }
span { border-color: rgb(234,38,28); }
td.TdClassName
{
border-color: #EA261C;
}
.TagClassName
{
border-color: #EA261C;
}
</style>