Shades of Red #EE130C
Tints of Red #EE130C
RGB
CMYK
RGB Variations
Color information
#EE130C (or 0xEE130C) is known color: Red. HEX triplet: EE, 13 and 0C. RGB value is (238,19,12). Sum of RGB (Red+Green+Blue) = 238+19+12=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE130C is #11ECF3. Grayscale: #535353. Windows color (decimal): -1174772 or 791534. OLE color: 791534.
HSL color Cylindrical-coordinate representation of color #EE130C: hue angle of 1.86º 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 #EE130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 1.86º | 0.9% | 0.49% | - |
| HSV(B) | 1.86º | 0.95% | 0.93% | - |
| XYZ | 35.56 | 18.67 | 2.08 | - |
| YUV | 83.68 | 87.55 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 12 | 0 | 0.92 | 0.95 | 0.07 | 1.86 | 0.9 | 0.49 |
| Hex | EE | 13 | C | 0 | 5C | 5F | 7 | 2 | 5A | 31 |
| Octal | 356 | 23 | 14 | 0 | 134 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101110 | 10011 | 1100 | 0 | 1011100 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EE130C
Complementary color
Monochromatic Colors of #EE130C
Black with #EE130C
Text Example
Text Example
White with #EE130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE130C; }
p { color: rgb(238,19,12); }
H1.HeaderClassName
{
color: #EE130C;
}
.AnyTagClassName
{
color: #EE130C;
}
</style>
background-color css
<style>
a { background-color: #EE130C; }
a { background-color: rgb(238,19,12); }
div.DivClassName
{
background-color: #EE130C;
}
.BgClassName
{
background-color: #EE130C;
}
</style>
border-color css
<style>
span { border-color: #EE130C; }
span { border-color: rgb(238,19,12); }
td.TdClassName
{
border-color: #EE130C;
}
.TagClassName
{
border-color: #EE130C;
}
</style>