Shades of Cinnabar #ED3C38
Tints of Cinnabar #ED3C38
RGB
CMYK
RGB Variations
Color information
#ED3C38 (or 0xED3C38) is known color: Cinnabar. HEX triplet: ED, 3C and 38. RGB value is (237,60,56). Sum of RGB (Red+Green+Blue) = 237+60+56=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C38 is #12C3C7. Grayscale: #707070. Windows color (decimal): -1229768 or 3685613. OLE color: 3685613.
HSL color Cylindrical-coordinate representation of color #ED3C38: hue angle of 1.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3C38 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 56 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.07 |
| HSL | 1.33º | 0.83% | 0.57% | - |
| HSV(B) | 1.33º | 0.76% | 0.93% | - |
| XYZ | 37.25 | 21.52 | 5.93 | - |
| YUV | 112.47 | 96.14 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 56 | 0 | 0.75 | 0.76 | 0.07 | 1.33 | 0.83 | 0.57 |
| Hex | ED | 3C | 38 | 0 | 4B | 4C | 7 | 1 | 53 | 39 |
| Octal | 355 | 74 | 70 | 0 | 113 | 114 | 7 | 1 | 123 | 71 |
| Binary | 11101101 | 111100 | 111000 | 0 | 1001011 | 1001100 | 111 | 1 | 1010011 | 111001 |
Color Harmonies of #ED3C38
Complementary color
Monochromatic Colors of #ED3C38
Black with #ED3C38
Text Example
Text Example
White with #ED3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C38; }
p { color: rgb(237,60,56); }
H1.HeaderClassName
{
color: #ED3C38;
}
.AnyTagClassName
{
color: #ED3C38;
}
</style>
background-color css
<style>
a { background-color: #ED3C38; }
a { background-color: rgb(237,60,56); }
div.DivClassName
{
background-color: #ED3C38;
}
.BgClassName
{
background-color: #ED3C38;
}
</style>
border-color css
<style>
span { border-color: #ED3C38; }
span { border-color: rgb(237,60,56); }
td.TdClassName
{
border-color: #ED3C38;
}
.TagClassName
{
border-color: #ED3C38;
}
</style>