Shades of Cinnabar #E7523C
Tints of Cinnabar #E7523C
RGB
CMYK
RGB Variations
Color information
#E7523C (or 0xE7523C) is known color: Cinnabar. HEX triplet: E7, 52 and 3C. RGB value is (231,82,60). Sum of RGB (Red+Green+Blue) = 231+82+60=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7523C is #18ADC3. Grayscale: #7C7C7C. Windows color (decimal): -1617348 or 3953383. OLE color: 3953383.
HSL color Cylindrical-coordinate representation of color #E7523C: hue angle of 7.72º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7523C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 60 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.09 |
| HSL | 7.72º | 0.78% | 0.57% | - |
| HSV(B) | 7.72º | 0.74% | 0.91% | - |
| XYZ | 36.79 | 23.35 | 6.84 | - |
| YUV | 124.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 60 | 0 | 0.65 | 0.74 | 0.09 | 7.72 | 0.78 | 0.57 |
| Hex | E7 | 52 | 3C | 0 | 41 | 4A | 9 | 8 | 4E | 39 |
| Octal | 347 | 122 | 74 | 0 | 101 | 112 | 11 | 10 | 116 | 71 |
| Binary | 11100111 | 1010010 | 111100 | 0 | 1000001 | 1001010 | 1001 | 1000 | 1001110 | 111001 |
Color Harmonies of #E7523C
Complementary color
Monochromatic Colors of #E7523C
Black with #E7523C
Text Example
Text Example
White with #E7523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7523C; }
p { color: rgb(231,82,60); }
H1.HeaderClassName
{
color: #E7523C;
}
.AnyTagClassName
{
color: #E7523C;
}
</style>
background-color css
<style>
a { background-color: #E7523C; }
a { background-color: rgb(231,82,60); }
div.DivClassName
{
background-color: #E7523C;
}
.BgClassName
{
background-color: #E7523C;
}
</style>
border-color css
<style>
span { border-color: #E7523C; }
span { border-color: rgb(231,82,60); }
td.TdClassName
{
border-color: #E7523C;
}
.TagClassName
{
border-color: #E7523C;
}
</style>