Shades of Cinnabar #ED4C3C
Tints of Cinnabar #ED4C3C
RGB
CMYK
RGB Variations
Color information
#ED4C3C (or 0xED4C3C) is known color: Cinnabar. HEX triplet: ED, 4C and 3C. RGB value is (237,76,60). Sum of RGB (Red+Green+Blue) = 237+76+60=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4C3C is #12B3C3. Grayscale: #7A7A7A. Windows color (decimal): -1225668 or 3951853. OLE color: 3951853.
HSL color Cylindrical-coordinate representation of color #ED4C3C: hue angle of 5.42º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED4C3C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 60 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.07 |
| HSL | 5.42º | 0.83% | 0.58% | - |
| HSV(B) | 5.42º | 0.75% | 0.93% | - |
| XYZ | 38.33 | 23.5 | 6.79 | - |
| YUV | 122.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 60 | 0 | 0.68 | 0.75 | 0.07 | 5.42 | 0.83 | 0.58 |
| Hex | ED | 4C | 3C | 0 | 44 | 4B | 7 | 5 | 53 | 3A |
| Octal | 355 | 114 | 74 | 0 | 104 | 113 | 7 | 5 | 123 | 72 |
| Binary | 11101101 | 1001100 | 111100 | 0 | 1000100 | 1001011 | 111 | 101 | 1010011 | 111010 |
Color Harmonies of #ED4C3C
Complementary color
Monochromatic Colors of #ED4C3C
Black with #ED4C3C
Text Example
Text Example
White with #ED4C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4C3C; }
p { color: rgb(237,76,60); }
H1.HeaderClassName
{
color: #ED4C3C;
}
.AnyTagClassName
{
color: #ED4C3C;
}
</style>
background-color css
<style>
a { background-color: #ED4C3C; }
a { background-color: rgb(237,76,60); }
div.DivClassName
{
background-color: #ED4C3C;
}
.BgClassName
{
background-color: #ED4C3C;
}
</style>
border-color css
<style>
span { border-color: #ED4C3C; }
span { border-color: rgb(237,76,60); }
td.TdClassName
{
border-color: #ED4C3C;
}
.TagClassName
{
border-color: #ED4C3C;
}
</style>