Shades of Scarlet #EA1C01
Tints of Scarlet #EA1C01
RGB
CMYK
RGB Variations
Color information
#EA1C01 (or 0xEA1C01) is known color: Scarlet. HEX triplet: EA, 1C and 01. RGB value is (234,28,1). Sum of RGB (Red+Green+Blue) = 234+28+1=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1C01 is #15E3FE. Grayscale: #565656. Windows color (decimal): -1434623 or 72938. OLE color: 72938.
HSL color Cylindrical-coordinate representation of color #EA1C01: hue angle of 6.95º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA1C01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0.08 |
| HSL | 6.95º | 0.99% | 0.46% | - |
| HSV(B) | 6.95º | 1% | 0.92% | - |
| XYZ | 34.35 | 18.33 | 1.76 | - |
| YUV | 86.52 | 79.75 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 1 | 0 | 0.88 | 1.00 | 0.08 | 6.95 | 0.99 | 0.46 |
| Hex | EA | 1C | 1 | 0 | 58 | 64 | 8 | 7 | 63 | 2E |
| Octal | 352 | 34 | 1 | 0 | 130 | 144 | 10 | 7 | 143 | 56 |
| Binary | 11101010 | 11100 | 1 | 0 | 1011000 | 1100100 | 1000 | 111 | 1100011 | 101110 |
Color Harmonies of #EA1C01
Complementary color
Monochromatic Colors of #EA1C01
Black with #EA1C01
Text Example
Text Example
White with #EA1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1C01; }
p { color: rgb(234,28,1); }
H1.HeaderClassName
{
color: #EA1C01;
}
.AnyTagClassName
{
color: #EA1C01;
}
</style>
background-color css
<style>
a { background-color: #EA1C01; }
a { background-color: rgb(234,28,1); }
div.DivClassName
{
background-color: #EA1C01;
}
.BgClassName
{
background-color: #EA1C01;
}
</style>
border-color css
<style>
span { border-color: #EA1C01; }
span { border-color: rgb(234,28,1); }
td.TdClassName
{
border-color: #EA1C01;
}
.TagClassName
{
border-color: #EA1C01;
}
</style>