Shades of Cinnabar #EA532F
Tints of Cinnabar #EA532F
RGB
CMYK
RGB Variations
Color information
#EA532F (or 0xEA532F) is known color: Cinnabar. HEX triplet: EA, 53 and 2F. RGB value is (234,83,47). Sum of RGB (Red+Green+Blue) = 234+83+47=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA532F is #15ACD0. Grayscale: #7C7C7C. Windows color (decimal): -1420497 or 3101674. OLE color: 3101674.
HSL color Cylindrical-coordinate representation of color #EA532F: hue angle of 11.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA532F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 47 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.08 |
| HSL | 11.55º | 0.82% | 0.55% | - |
| HSV(B) | 11.55º | 0.8% | 0.92% | - |
| XYZ | 37.54 | 23.88 | 5.32 | - |
| YUV | 124.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 47 | 0 | 0.65 | 0.80 | 0.08 | 11.55 | 0.82 | 0.55 |
| Hex | EA | 53 | 2F | 0 | 41 | 50 | 8 | C | 52 | 37 |
| Octal | 352 | 123 | 57 | 0 | 101 | 120 | 10 | 14 | 122 | 67 |
| Binary | 11101010 | 1010011 | 101111 | 0 | 1000001 | 1010000 | 1000 | 1100 | 1010010 | 110111 |
Color Harmonies of #EA532F
Complementary color
Monochromatic Colors of #EA532F
Black with #EA532F
Text Example
Text Example
White with #EA532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA532F; }
p { color: rgb(234,83,47); }
H1.HeaderClassName
{
color: #EA532F;
}
.AnyTagClassName
{
color: #EA532F;
}
</style>
background-color css
<style>
a { background-color: #EA532F; }
a { background-color: rgb(234,83,47); }
div.DivClassName
{
background-color: #EA532F;
}
.BgClassName
{
background-color: #EA532F;
}
</style>
border-color css
<style>
span { border-color: #EA532F; }
span { border-color: rgb(234,83,47); }
td.TdClassName
{
border-color: #EA532F;
}
.TagClassName
{
border-color: #EA532F;
}
</style>