Shades of Scarlet #EA2703
Tints of Scarlet #EA2703
RGB
CMYK
RGB Variations
Color information
#EA2703 (or 0xEA2703) is known color: Scarlet. HEX triplet: EA, 27 and 03. RGB value is (234,39,3). Sum of RGB (Red+Green+Blue) = 234+39+3=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2703 is #15D8FC. Grayscale: #5D5D5D. Windows color (decimal): -1431805 or 206826. OLE color: 206826.
HSL color Cylindrical-coordinate representation of color #EA2703: hue angle of 9.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA2703 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.08 |
| HSL | 9.35º | 0.97% | 0.46% | - |
| HSV(B) | 9.35º | 0.99% | 0.92% | - |
| XYZ | 34.67 | 18.95 | 1.92 | - |
| YUV | 93.2 | 77.1 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 3 | 0 | 0.83 | 0.99 | 0.08 | 9.35 | 0.97 | 0.46 |
| Hex | EA | 27 | 3 | 0 | 53 | 63 | 8 | 9 | 61 | 2E |
| Octal | 352 | 47 | 3 | 0 | 123 | 143 | 10 | 11 | 141 | 56 |
| Binary | 11101010 | 100111 | 11 | 0 | 1010011 | 1100011 | 1000 | 1001 | 1100001 | 101110 |
Color Harmonies of #EA2703
Complementary color
Monochromatic Colors of #EA2703
Black with #EA2703
Text Example
Text Example
White with #EA2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2703; }
p { color: rgb(234,39,3); }
H1.HeaderClassName
{
color: #EA2703;
}
.AnyTagClassName
{
color: #EA2703;
}
</style>
background-color css
<style>
a { background-color: #EA2703; }
a { background-color: rgb(234,39,3); }
div.DivClassName
{
background-color: #EA2703;
}
.BgClassName
{
background-color: #EA2703;
}
</style>
border-color css
<style>
span { border-color: #EA2703; }
span { border-color: rgb(234,39,3); }
td.TdClassName
{
border-color: #EA2703;
}
.TagClassName
{
border-color: #EA2703;
}
</style>