Shades of Scarlet #E92D00
Tints of Scarlet #E92D00
RGB
CMYK
RGB Variations
Color information
#E92D00 (or 0xE92D00) is known color: Scarlet. HEX triplet: E9, 2D and 00. RGB value is (233,45,0). Sum of RGB (Red+Green+Blue) = 233+45+0=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92D00 is #16D2FF. Grayscale: #606060. Windows color (decimal): -1495808 or 11753. OLE color: 11753.
HSL color Cylindrical-coordinate representation of color #E92D00: hue angle of 11.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E92D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.09 |
| HSL | 11.59º | 1% | 0.46% | - |
| HSV(B) | 11.59º | 1% | 0.91% | - |
| XYZ | 34.54 | 19.2 | 1.89 | - |
| YUV | 96.08 | 73.78 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 0 | 0 | 0.81 | 1 | 0.09 | 11.59 | 1 | 0.46 |
| Hex | E9 | 2D | 0 | 0 | 51 | 64 | 9 | C | 64 | 2E |
| Octal | 351 | 55 | 0 | 0 | 121 | 144 | 11 | 14 | 144 | 56 |
| Binary | 11101001 | 101101 | 0 | 0 | 1010001 | 1100100 | 1001 | 1100 | 1100100 | 101110 |
Color Harmonies of #E92D00
Complementary color
Monochromatic Colors of #E92D00
Black with #E92D00
Text Example
Text Example
White with #E92D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D00; }
p { color: rgb(233,45,0); }
H1.HeaderClassName
{
color: #E92D00;
}
.AnyTagClassName
{
color: #E92D00;
}
</style>
background-color css
<style>
a { background-color: #E92D00; }
a { background-color: rgb(233,45,0); }
div.DivClassName
{
background-color: #E92D00;
}
.BgClassName
{
background-color: #E92D00;
}
</style>
border-color css
<style>
span { border-color: #E92D00; }
span { border-color: rgb(233,45,0); }
td.TdClassName
{
border-color: #E92D00;
}
.TagClassName
{
border-color: #E92D00;
}
</style>