Shades of Scarlet #E3260B
Tints of Scarlet #E3260B
RGB
CMYK
RGB Variations
Color information
#E3260B (or 0xE3260B) is known color: Scarlet. HEX triplet: E3, 26 and 0B. RGB value is (227,38,11). Sum of RGB (Red+Green+Blue) = 227+38+11=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3260B is #1CD9F4. Grayscale: #5B5B5B. Windows color (decimal): -1890805 or 730851. OLE color: 730851.
HSL color Cylindrical-coordinate representation of color #E3260B: hue angle of 7.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3260B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.11 |
| HSL | 7.5º | 0.91% | 0.47% | - |
| HSV(B) | 7.5º | 0.95% | 0.89% | - |
| XYZ | 32.43 | 17.74 | 2.03 | - |
| YUV | 91.43 | 82.62 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 11 | 0 | 0.83 | 0.95 | 0.11 | 7.5 | 0.91 | 0.47 |
| Hex | E3 | 26 | B | 0 | 53 | 5F | B | 8 | 5B | 2F |
| Octal | 343 | 46 | 13 | 0 | 123 | 137 | 13 | 10 | 133 | 57 |
| Binary | 11100011 | 100110 | 1011 | 0 | 1010011 | 1011111 | 1011 | 1000 | 1011011 | 101111 |
Color Harmonies of #E3260B
Complementary color
Monochromatic Colors of #E3260B
Black with #E3260B
Text Example
Text Example
White with #E3260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3260B; }
p { color: rgb(227,38,11); }
H1.HeaderClassName
{
color: #E3260B;
}
.AnyTagClassName
{
color: #E3260B;
}
</style>
background-color css
<style>
a { background-color: #E3260B; }
a { background-color: rgb(227,38,11); }
div.DivClassName
{
background-color: #E3260B;
}
.BgClassName
{
background-color: #E3260B;
}
</style>
border-color css
<style>
span { border-color: #E3260B; }
span { border-color: rgb(227,38,11); }
td.TdClassName
{
border-color: #E3260B;
}
.TagClassName
{
border-color: #E3260B;
}
</style>