Shades of Cinnabar #E53F3C
Tints of Cinnabar #E53F3C
RGB
CMYK
RGB Variations
Color information
#E53F3C (or 0xE53F3C) is known color: Cinnabar. HEX triplet: E5, 3F and 3C. RGB value is (229,63,60). Sum of RGB (Red+Green+Blue) = 229+63+60=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53F3C is #1AC0C3. Grayscale: #707070. Windows color (decimal): -1753284 or 3948517. OLE color: 3948517.
HSL color Cylindrical-coordinate representation of color #E53F3C: hue angle of 1.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53F3C is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 60 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.10 |
| HSL | 1.07º | 0.76% | 0.57% | - |
| HSV(B) | 1.07º | 0.74% | 0.9% | - |
| XYZ | 34.91 | 20.54 | 6.4 | - |
| YUV | 112.29 | 98.5 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 60 | 0 | 0.72 | 0.74 | 0.10 | 1.07 | 0.76 | 0.57 |
| Hex | E5 | 3F | 3C | 0 | 48 | 4A | A | 1 | 4C | 39 |
| Octal | 345 | 77 | 74 | 0 | 110 | 112 | 12 | 1 | 114 | 71 |
| Binary | 11100101 | 111111 | 111100 | 0 | 1001000 | 1001010 | 1010 | 1 | 1001100 | 111001 |
Color Harmonies of #E53F3C
Complementary color
Monochromatic Colors of #E53F3C
Black with #E53F3C
Text Example
Text Example
White with #E53F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F3C; }
p { color: rgb(229,63,60); }
H1.HeaderClassName
{
color: #E53F3C;
}
.AnyTagClassName
{
color: #E53F3C;
}
</style>
background-color css
<style>
a { background-color: #E53F3C; }
a { background-color: rgb(229,63,60); }
div.DivClassName
{
background-color: #E53F3C;
}
.BgClassName
{
background-color: #E53F3C;
}
</style>
border-color css
<style>
span { border-color: #E53F3C; }
span { border-color: rgb(229,63,60); }
td.TdClassName
{
border-color: #E53F3C;
}
.TagClassName
{
border-color: #E53F3C;
}
</style>