Shades of Scarlet #EE2303
Tints of Scarlet #EE2303
RGB
CMYK
RGB Variations
Color information
#EE2303 (or 0xEE2303) is known color: Scarlet. HEX triplet: EE, 23 and 03. RGB value is (238,35,3). Sum of RGB (Red+Green+Blue) = 238+35+3=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2303 is #11DCFC. Grayscale: #5C5C5C. Windows color (decimal): -1170685 or 205806. OLE color: 205806.
HSL color Cylindrical-coordinate representation of color #EE2303: hue angle of 8.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE2303 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.07 |
| HSL | 8.17º | 0.98% | 0.47% | - |
| HSV(B) | 8.17º | 0.99% | 0.93% | - |
| XYZ | 35.88 | 19.39 | 1.94 | - |
| YUV | 92.05 | 77.75 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 3 | 0 | 0.85 | 0.99 | 0.07 | 8.17 | 0.98 | 0.47 |
| Hex | EE | 23 | 3 | 0 | 55 | 63 | 7 | 8 | 62 | 2F |
| Octal | 356 | 43 | 3 | 0 | 125 | 143 | 7 | 10 | 142 | 57 |
| Binary | 11101110 | 100011 | 11 | 0 | 1010101 | 1100011 | 111 | 1000 | 1100010 | 101111 |
Color Harmonies of #EE2303
Complementary color
Monochromatic Colors of #EE2303
Black with #EE2303
Text Example
Text Example
White with #EE2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2303; }
p { color: rgb(238,35,3); }
H1.HeaderClassName
{
color: #EE2303;
}
.AnyTagClassName
{
color: #EE2303;
}
</style>
background-color css
<style>
a { background-color: #EE2303; }
a { background-color: rgb(238,35,3); }
div.DivClassName
{
background-color: #EE2303;
}
.BgClassName
{
background-color: #EE2303;
}
</style>
border-color css
<style>
span { border-color: #EE2303; }
span { border-color: rgb(238,35,3); }
td.TdClassName
{
border-color: #EE2303;
}
.TagClassName
{
border-color: #EE2303;
}
</style>