Shades of Cinnabar #EA4D3D
Tints of Cinnabar #EA4D3D
RGB
CMYK
RGB Variations
Color information
#EA4D3D (or 0xEA4D3D) is known color: Cinnabar. HEX triplet: EA, 4D and 3D. RGB value is (234,77,61). Sum of RGB (Red+Green+Blue) = 234+77+61=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D3D is #15B2C2. Grayscale: #7A7A7A. Windows color (decimal): -1422019 or 4017642. OLE color: 4017642.
HSL color Cylindrical-coordinate representation of color #EA4D3D: hue angle of 5.55º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA4D3D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 61 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.08 |
| HSL | 5.55º | 0.8% | 0.58% | - |
| HSV(B) | 5.55º | 0.74% | 0.92% | - |
| XYZ | 37.43 | 23.14 | 6.91 | - |
| YUV | 122.12 | 93.51 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 61 | 0 | 0.67 | 0.74 | 0.08 | 5.55 | 0.8 | 0.58 |
| Hex | EA | 4D | 3D | 0 | 43 | 4A | 8 | 6 | 50 | 3A |
| Octal | 352 | 115 | 75 | 0 | 103 | 112 | 10 | 6 | 120 | 72 |
| Binary | 11101010 | 1001101 | 111101 | 0 | 1000011 | 1001010 | 1000 | 110 | 1010000 | 111010 |
Color Harmonies of #EA4D3D
Complementary color
Monochromatic Colors of #EA4D3D
Black with #EA4D3D
Text Example
Text Example
White with #EA4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D3D; }
p { color: rgb(234,77,61); }
H1.HeaderClassName
{
color: #EA4D3D;
}
.AnyTagClassName
{
color: #EA4D3D;
}
</style>
background-color css
<style>
a { background-color: #EA4D3D; }
a { background-color: rgb(234,77,61); }
div.DivClassName
{
background-color: #EA4D3D;
}
.BgClassName
{
background-color: #EA4D3D;
}
</style>
border-color css
<style>
span { border-color: #EA4D3D; }
span { border-color: rgb(234,77,61); }
td.TdClassName
{
border-color: #EA4D3D;
}
.TagClassName
{
border-color: #EA4D3D;
}
</style>