Shades of Scarlet #EE200D
Tints of Scarlet #EE200D
RGB
CMYK
RGB Variations
Color information
#EE200D (or 0xEE200D) is known color: Scarlet. HEX triplet: EE, 20 and 0D. RGB value is (238,32,13). Sum of RGB (Red+Green+Blue) = 238+32+13=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE200D is #11DFF2. Grayscale: #5B5B5B. Windows color (decimal): -1171443 or 860398. OLE color: 860398.
HSL color Cylindrical-coordinate representation of color #EE200D: hue angle of 5.07º degrees, saturation: 0.9, 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 #EE200D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.07 |
| HSL | 5.07º | 0.9% | 0.49% | - |
| HSV(B) | 5.07º | 0.95% | 0.93% | - |
| XYZ | 35.85 | 19.24 | 2.2 | - |
| YUV | 91.43 | 83.75 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 13 | 0 | 0.87 | 0.95 | 0.07 | 5.07 | 0.9 | 0.49 |
| Hex | EE | 20 | D | 0 | 57 | 5F | 7 | 5 | 5A | 31 |
| Octal | 356 | 40 | 15 | 0 | 127 | 137 | 7 | 5 | 132 | 61 |
| Binary | 11101110 | 100000 | 1101 | 0 | 1010111 | 1011111 | 111 | 101 | 1011010 | 110001 |
Color Harmonies of #EE200D
Complementary color
Monochromatic Colors of #EE200D
Black with #EE200D
Text Example
Text Example
White with #EE200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE200D; }
p { color: rgb(238,32,13); }
H1.HeaderClassName
{
color: #EE200D;
}
.AnyTagClassName
{
color: #EE200D;
}
</style>
background-color css
<style>
a { background-color: #EE200D; }
a { background-color: rgb(238,32,13); }
div.DivClassName
{
background-color: #EE200D;
}
.BgClassName
{
background-color: #EE200D;
}
</style>
border-color css
<style>
span { border-color: #EE200D; }
span { border-color: rgb(238,32,13); }
td.TdClassName
{
border-color: #EE200D;
}
.TagClassName
{
border-color: #EE200D;
}
</style>