Shades of Scarlet #EA2601
Tints of Scarlet #EA2601
RGB
CMYK
RGB Variations
Color information
#EA2601 (or 0xEA2601) is known color: Scarlet. HEX triplet: EA, 26 and 01. RGB value is (234,38,1). Sum of RGB (Red+Green+Blue) = 234+38+1=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2601 is #15D9FE. Grayscale: #5C5C5C. Windows color (decimal): -1432063 or 75498. OLE color: 75498.
HSL color Cylindrical-coordinate representation of color #EA2601: hue angle of 9.53º 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 #EA2601 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.08 |
| HSL | 9.53º | 0.99% | 0.46% | - |
| HSV(B) | 9.53º | 1% | 0.92% | - |
| XYZ | 34.63 | 18.88 | 1.85 | - |
| YUV | 92.39 | 76.43 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 1 | 0 | 0.84 | 1.00 | 0.08 | 9.53 | 0.99 | 0.46 |
| Hex | EA | 26 | 1 | 0 | 54 | 64 | 8 | A | 63 | 2E |
| Octal | 352 | 46 | 1 | 0 | 124 | 144 | 10 | 12 | 143 | 56 |
| Binary | 11101010 | 100110 | 1 | 0 | 1010100 | 1100100 | 1000 | 1010 | 1100011 | 101110 |
Color Harmonies of #EA2601
Complementary color
Monochromatic Colors of #EA2601
Black with #EA2601
Text Example
Text Example
White with #EA2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2601; }
p { color: rgb(234,38,1); }
H1.HeaderClassName
{
color: #EA2601;
}
.AnyTagClassName
{
color: #EA2601;
}
</style>
background-color css
<style>
a { background-color: #EA2601; }
a { background-color: rgb(234,38,1); }
div.DivClassName
{
background-color: #EA2601;
}
.BgClassName
{
background-color: #EA2601;
}
</style>
border-color css
<style>
span { border-color: #EA2601; }
span { border-color: rgb(234,38,1); }
td.TdClassName
{
border-color: #EA2601;
}
.TagClassName
{
border-color: #EA2601;
}
</style>