Shades of Cinnabar #EE4630
Tints of Cinnabar #EE4630
RGB
CMYK
RGB Variations
Color information
#EE4630 (or 0xEE4630) is known color: Cinnabar. HEX triplet: EE, 46 and 30. RGB value is (238,70,48). Sum of RGB (Red+Green+Blue) = 238+70+48=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4630 is #11B9CF. Grayscale: #757575. Windows color (decimal): -1161680 or 3163886. OLE color: 3163886.
HSL color Cylindrical-coordinate representation of color #EE4630: hue angle of 6.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE4630 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 48 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.07 |
| HSL | 6.95º | 0.85% | 0.56% | - |
| HSV(B) | 6.95º | 0.8% | 0.93% | - |
| XYZ | 37.98 | 22.77 | 5.19 | - |
| YUV | 117.72 | 88.66 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 48 | 0 | 0.71 | 0.80 | 0.07 | 6.95 | 0.85 | 0.56 |
| Hex | EE | 46 | 30 | 0 | 47 | 50 | 7 | 7 | 55 | 38 |
| Octal | 356 | 106 | 60 | 0 | 107 | 120 | 7 | 7 | 125 | 70 |
| Binary | 11101110 | 1000110 | 110000 | 0 | 1000111 | 1010000 | 111 | 111 | 1010101 | 111000 |
Color Harmonies of #EE4630
Complementary color
Monochromatic Colors of #EE4630
Black with #EE4630
Text Example
Text Example
White with #EE4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4630; }
p { color: rgb(238,70,48); }
H1.HeaderClassName
{
color: #EE4630;
}
.AnyTagClassName
{
color: #EE4630;
}
</style>
background-color css
<style>
a { background-color: #EE4630; }
a { background-color: rgb(238,70,48); }
div.DivClassName
{
background-color: #EE4630;
}
.BgClassName
{
background-color: #EE4630;
}
</style>
border-color css
<style>
span { border-color: #EE4630; }
span { border-color: rgb(238,70,48); }
td.TdClassName
{
border-color: #EE4630;
}
.TagClassName
{
border-color: #EE4630;
}
</style>