Shades of Scarlet #EE280B
Tints of Scarlet #EE280B
RGB
CMYK
RGB Variations
Color information
#EE280B (or 0xEE280B) is known color: Scarlet. HEX triplet: EE, 28 and 0B. RGB value is (238,40,11). Sum of RGB (Red+Green+Blue) = 238+40+11=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE280B is #11D7F4. Grayscale: #606060. Windows color (decimal): -1169397 or 731374. OLE color: 731374.
HSL color Cylindrical-coordinate representation of color #EE280B: hue angle of 7.67º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE280B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.07 |
| HSL | 7.67º | 0.91% | 0.49% | - |
| HSV(B) | 7.67º | 0.95% | 0.93% | - |
| XYZ | 36.08 | 19.72 | 2.22 | - |
| YUV | 95.9 | 80.1 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 11 | 0 | 0.83 | 0.95 | 0.07 | 7.67 | 0.91 | 0.49 |
| Hex | EE | 28 | B | 0 | 53 | 5F | 7 | 8 | 5B | 31 |
| Octal | 356 | 50 | 13 | 0 | 123 | 137 | 7 | 10 | 133 | 61 |
| Binary | 11101110 | 101000 | 1011 | 0 | 1010011 | 1011111 | 111 | 1000 | 1011011 | 110001 |
Color Harmonies of #EE280B
Complementary color
Monochromatic Colors of #EE280B
Black with #EE280B
Text Example
Text Example
White with #EE280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE280B; }
p { color: rgb(238,40,11); }
H1.HeaderClassName
{
color: #EE280B;
}
.AnyTagClassName
{
color: #EE280B;
}
</style>
background-color css
<style>
a { background-color: #EE280B; }
a { background-color: rgb(238,40,11); }
div.DivClassName
{
background-color: #EE280B;
}
.BgClassName
{
background-color: #EE280B;
}
</style>
border-color css
<style>
span { border-color: #EE280B; }
span { border-color: rgb(238,40,11); }
td.TdClassName
{
border-color: #EE280B;
}
.TagClassName
{
border-color: #EE280B;
}
</style>