Shades of Cinnabar #E7553D
Tints of Cinnabar #E7553D
RGB
CMYK
RGB Variations
Color information
#E7553D (or 0xE7553D) is known color: Cinnabar. HEX triplet: E7, 55 and 3D. RGB value is (231,85,61). Sum of RGB (Red+Green+Blue) = 231+85+61=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7553D is #18AAC2. Grayscale: #7E7E7E. Windows color (decimal): -1616579 or 4019687. OLE color: 4019687.
HSL color Cylindrical-coordinate representation of color #E7553D: hue angle of 8.47º 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 #E7553D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 61 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.09 |
| HSL | 8.47º | 0.78% | 0.57% | - |
| HSV(B) | 8.47º | 0.74% | 0.91% | - |
| XYZ | 37.05 | 23.82 | 7.06 | - |
| YUV | 125.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 61 | 0 | 0.63 | 0.74 | 0.09 | 8.47 | 0.78 | 0.57 |
| Hex | E7 | 55 | 3D | 0 | 3F | 4A | 9 | 8 | 4E | 39 |
| Octal | 347 | 125 | 75 | 0 | 77 | 112 | 11 | 10 | 116 | 71 |
| Binary | 11100111 | 1010101 | 111101 | 0 | 111111 | 1001010 | 1001 | 1000 | 1001110 | 111001 |
Color Harmonies of #E7553D
Complementary color
Monochromatic Colors of #E7553D
Black with #E7553D
Text Example
Text Example
White with #E7553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7553D; }
p { color: rgb(231,85,61); }
H1.HeaderClassName
{
color: #E7553D;
}
.AnyTagClassName
{
color: #E7553D;
}
</style>
background-color css
<style>
a { background-color: #E7553D; }
a { background-color: rgb(231,85,61); }
div.DivClassName
{
background-color: #E7553D;
}
.BgClassName
{
background-color: #E7553D;
}
</style>
border-color css
<style>
span { border-color: #E7553D; }
span { border-color: rgb(231,85,61); }
td.TdClassName
{
border-color: #E7553D;
}
.TagClassName
{
border-color: #E7553D;
}
</style>