Shades of Red #EE130D
Tints of Red #EE130D
RGB
CMYK
RGB Variations
Color information
#EE130D (or 0xEE130D) is known color: Red. HEX triplet: EE, 13 and 0D. RGB value is (238,19,13). Sum of RGB (Red+Green+Blue) = 238+19+13=270 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.15% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 238 - color contains mainly: red. Hex color #EE130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE130D is #11ECF2. Grayscale: #545454. Windows color (decimal): -1174771 or 857070. OLE color: 857070.
HSL color Cylindrical-coordinate representation of color #EE130D: hue angle of 1.6º 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 #EE130D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 1.6º | 0.9% | 0.49% | - |
| HSV(B) | 1.6º | 0.95% | 0.93% | - |
| XYZ | 35.57 | 18.67 | 2.11 | - |
| YUV | 83.8 | 88.05 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 13 | 0 | 0.92 | 0.95 | 0.07 | 1.6 | 0.9 | 0.49 |
| Hex | EE | 13 | D | 0 | 5C | 5F | 7 | 2 | 5A | 31 |
| Octal | 356 | 23 | 15 | 0 | 134 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101110 | 10011 | 1101 | 0 | 1011100 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EE130D
Complementary color
Monochromatic Colors of #EE130D
Black with #EE130D
Text Example
Text Example
White with #EE130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE130D; }
p { color: rgb(238,19,13); }
H1.HeaderClassName
{
color: #EE130D;
}
.AnyTagClassName
{
color: #EE130D;
}
</style>
background-color css
<style>
a { background-color: #EE130D; }
a { background-color: rgb(238,19,13); }
div.DivClassName
{
background-color: #EE130D;
}
.BgClassName
{
background-color: #EE130D;
}
</style>
border-color css
<style>
span { border-color: #EE130D; }
span { border-color: rgb(238,19,13); }
td.TdClassName
{
border-color: #EE130D;
}
.TagClassName
{
border-color: #EE130D;
}
</style>