Shades of Scarlet #EA1D0B
Tints of Scarlet #EA1D0B
RGB
CMYK
RGB Variations
Color information
#EA1D0B (or 0xEA1D0B) is known color: Scarlet. HEX triplet: EA, 1D and 0B. RGB value is (234,29,11). Sum of RGB (Red+Green+Blue) = 234+29+11=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1D0B is #15E2F4. Grayscale: #585858. Windows color (decimal): -1434357 or 728554. OLE color: 728554.
HSL color Cylindrical-coordinate representation of color #EA1D0B: hue angle of 4.84º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA1D0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.08 |
| HSL | 4.84º | 0.91% | 0.48% | - |
| HSV(B) | 4.84º | 0.95% | 0.92% | - |
| XYZ | 34.43 | 18.4 | 2.05 | - |
| YUV | 88.24 | 84.42 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 11 | 0 | 0.88 | 0.95 | 0.08 | 4.84 | 0.91 | 0.48 |
| Hex | EA | 1D | B | 0 | 58 | 5F | 8 | 5 | 5B | 30 |
| Octal | 352 | 35 | 13 | 0 | 130 | 137 | 10 | 5 | 133 | 60 |
| Binary | 11101010 | 11101 | 1011 | 0 | 1011000 | 1011111 | 1000 | 101 | 1011011 | 110000 |
Color Harmonies of #EA1D0B
Complementary color
Monochromatic Colors of #EA1D0B
Black with #EA1D0B
Text Example
Text Example
White with #EA1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D0B; }
p { color: rgb(234,29,11); }
H1.HeaderClassName
{
color: #EA1D0B;
}
.AnyTagClassName
{
color: #EA1D0B;
}
</style>
background-color css
<style>
a { background-color: #EA1D0B; }
a { background-color: rgb(234,29,11); }
div.DivClassName
{
background-color: #EA1D0B;
}
.BgClassName
{
background-color: #EA1D0B;
}
</style>
border-color css
<style>
span { border-color: #EA1D0B; }
span { border-color: rgb(234,29,11); }
td.TdClassName
{
border-color: #EA1D0B;
}
.TagClassName
{
border-color: #EA1D0B;
}
</style>