Shades of Scarlet #EE2600
Tints of Scarlet #EE2600
RGB
CMYK
RGB Variations
Color information
#EE2600 (or 0xEE2600) is known color: Scarlet. HEX triplet: EE, 26 and 00. RGB value is (238,38,0). Sum of RGB (Red+Green+Blue) = 238+38+0=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2600 is #11D9FF. Grayscale: #5D5D5D. Windows color (decimal): -1169920 or 9966. OLE color: 9966.
HSL color Cylindrical-coordinate representation of color #EE2600: hue angle of 9.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE2600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.07 |
| HSL | 9.58º | 1% | 0.47% | - |
| HSV(B) | 9.58º | 1% | 0.93% | - |
| XYZ | 35.95 | 19.56 | 1.88 | - |
| YUV | 93.47 | 75.26 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 0 | 0 | 0.84 | 1 | 0.07 | 9.58 | 1 | 0.47 |
| Hex | EE | 26 | 0 | 0 | 54 | 64 | 7 | A | 64 | 2F |
| Octal | 356 | 46 | 0 | 0 | 124 | 144 | 7 | 12 | 144 | 57 |
| Binary | 11101110 | 100110 | 0 | 0 | 1010100 | 1100100 | 111 | 1010 | 1100100 | 101111 |
Color Harmonies of #EE2600
Complementary color
Monochromatic Colors of #EE2600
Black with #EE2600
Text Example
Text Example
White with #EE2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2600; }
p { color: rgb(238,38,0); }
H1.HeaderClassName
{
color: #EE2600;
}
.AnyTagClassName
{
color: #EE2600;
}
</style>
background-color css
<style>
a { background-color: #EE2600; }
a { background-color: rgb(238,38,0); }
div.DivClassName
{
background-color: #EE2600;
}
.BgClassName
{
background-color: #EE2600;
}
</style>
border-color css
<style>
span { border-color: #EE2600; }
span { border-color: rgb(238,38,0); }
td.TdClassName
{
border-color: #EE2600;
}
.TagClassName
{
border-color: #EE2600;
}
</style>