Shades of Scarlet #EE200B
Tints of Scarlet #EE200B
RGB
CMYK
RGB Variations
Color information
#EE200B (or 0xEE200B) is known color: Scarlet. HEX triplet: EE, 20 and 0B. RGB value is (238,32,11). Sum of RGB (Red+Green+Blue) = 238+32+11=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE200B is #11DFF4. Grayscale: #5B5B5B. Windows color (decimal): -1171445 or 729326. OLE color: 729326.
HSL color Cylindrical-coordinate representation of color #EE200B: hue angle of 5.55º 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 #EE200B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.07 |
| HSL | 5.55º | 0.91% | 0.49% | - |
| HSV(B) | 5.55º | 0.95% | 0.93% | - |
| XYZ | 35.84 | 19.23 | 2.14 | - |
| YUV | 91.2 | 82.75 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 11 | 0 | 0.87 | 0.95 | 0.07 | 5.55 | 0.91 | 0.49 |
| Hex | EE | 20 | B | 0 | 57 | 5F | 7 | 6 | 5B | 31 |
| Octal | 356 | 40 | 13 | 0 | 127 | 137 | 7 | 6 | 133 | 61 |
| Binary | 11101110 | 100000 | 1011 | 0 | 1010111 | 1011111 | 111 | 110 | 1011011 | 110001 |
Color Harmonies of #EE200B
Complementary color
Monochromatic Colors of #EE200B
Black with #EE200B
Text Example
Text Example
White with #EE200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE200B; }
p { color: rgb(238,32,11); }
H1.HeaderClassName
{
color: #EE200B;
}
.AnyTagClassName
{
color: #EE200B;
}
</style>
background-color css
<style>
a { background-color: #EE200B; }
a { background-color: rgb(238,32,11); }
div.DivClassName
{
background-color: #EE200B;
}
.BgClassName
{
background-color: #EE200B;
}
</style>
border-color css
<style>
span { border-color: #EE200B; }
span { border-color: rgb(238,32,11); }
td.TdClassName
{
border-color: #EE200B;
}
.TagClassName
{
border-color: #EE200B;
}
</style>