Shades of Scarlet #E7330B
Tints of Scarlet #E7330B
RGB
CMYK
RGB Variations
Color information
#E7330B (or 0xE7330B) is known color: Scarlet. HEX triplet: E7, 33 and 0B. RGB value is (231,51,11). Sum of RGB (Red+Green+Blue) = 231+51+11=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E7330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7330B is #18CCF4. Grayscale: #646464. Windows color (decimal): -1625333 or 734183. OLE color: 734183.
HSL color Cylindrical-coordinate representation of color #E7330B: hue angle of 10.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7330B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 51 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.09 |
| HSL | 10.91º | 0.91% | 0.47% | - |
| HSV(B) | 10.91º | 0.95% | 0.91% | - |
| XYZ | 34.2 | 19.38 | 2.25 | - |
| YUV | 100.26 | 77.63 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 51 | 11 | 0 | 0.78 | 0.95 | 0.09 | 10.91 | 0.91 | 0.47 |
| Hex | E7 | 33 | B | 0 | 4E | 5F | 9 | B | 5B | 2F |
| Octal | 347 | 63 | 13 | 0 | 116 | 137 | 11 | 13 | 133 | 57 |
| Binary | 11100111 | 110011 | 1011 | 0 | 1001110 | 1011111 | 1001 | 1011 | 1011011 | 101111 |
Color Harmonies of #E7330B
Complementary color
Monochromatic Colors of #E7330B
Black with #E7330B
Text Example
Text Example
White with #E7330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7330B; }
p { color: rgb(231,51,11); }
H1.HeaderClassName
{
color: #E7330B;
}
.AnyTagClassName
{
color: #E7330B;
}
</style>
background-color css
<style>
a { background-color: #E7330B; }
a { background-color: rgb(231,51,11); }
div.DivClassName
{
background-color: #E7330B;
}
.BgClassName
{
background-color: #E7330B;
}
</style>
border-color css
<style>
span { border-color: #E7330B; }
span { border-color: rgb(231,51,11); }
td.TdClassName
{
border-color: #E7330B;
}
.TagClassName
{
border-color: #E7330B;
}
</style>