Shades of Scarlet #EE330D
Tints of Scarlet #EE330D
RGB
CMYK
RGB Variations
Color information
#EE330D (or 0xEE330D) is known color: Scarlet. HEX triplet: EE, 33 and 0D. RGB value is (238,51,13). Sum of RGB (Red+Green+Blue) = 238+51+13=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE330D is #11CCF2. Grayscale: #666666. Windows color (decimal): -1166579 or 865262. OLE color: 865262.
HSL color Cylindrical-coordinate representation of color #EE330D: hue angle of 10.13º 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 #EE330D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.07 |
| HSL | 10.13º | 0.9% | 0.49% | - |
| HSV(B) | 10.13º | 0.95% | 0.93% | - |
| XYZ | 36.52 | 20.57 | 2.43 | - |
| YUV | 102.58 | 77.45 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 13 | 0 | 0.79 | 0.95 | 0.07 | 10.13 | 0.9 | 0.49 |
| Hex | EE | 33 | D | 0 | 4F | 5F | 7 | A | 5A | 31 |
| Octal | 356 | 63 | 15 | 0 | 117 | 137 | 7 | 12 | 132 | 61 |
| Binary | 11101110 | 110011 | 1101 | 0 | 1001111 | 1011111 | 111 | 1010 | 1011010 | 110001 |
Color Harmonies of #EE330D
Complementary color
Monochromatic Colors of #EE330D
Black with #EE330D
Text Example
Text Example
White with #EE330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE330D; }
p { color: rgb(238,51,13); }
H1.HeaderClassName
{
color: #EE330D;
}
.AnyTagClassName
{
color: #EE330D;
}
</style>
background-color css
<style>
a { background-color: #EE330D; }
a { background-color: rgb(238,51,13); }
div.DivClassName
{
background-color: #EE330D;
}
.BgClassName
{
background-color: #EE330D;
}
</style>
border-color css
<style>
span { border-color: #EE330D; }
span { border-color: rgb(238,51,13); }
td.TdClassName
{
border-color: #EE330D;
}
.TagClassName
{
border-color: #EE330D;
}
</style>