Shades of Cinnabar #ED4B23
Tints of Cinnabar #ED4B23
RGB
CMYK
RGB Variations
Color information
#ED4B23 (or 0xED4B23) is known color: Cinnabar. HEX triplet: ED, 4B and 23. RGB value is (237,75,35). Sum of RGB (Red+Green+Blue) = 237+75+35=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4B23 is #12B4DC. Grayscale: #777777. Windows color (decimal): -1225949 or 2313197. OLE color: 2313197.
HSL color Cylindrical-coordinate representation of color #ED4B23: hue angle of 11.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED4B23 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 75 | 35 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.07 |
| HSL | 11.88º | 0.85% | 0.53% | - |
| HSV(B) | 11.88º | 0.85% | 0.93% | - |
| XYZ | 37.74 | 23.16 | 4.07 | - |
| YUV | 118.88 | 80.67 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 35 | 0 | 0.68 | 0.85 | 0.07 | 11.88 | 0.85 | 0.53 |
| Hex | ED | 4B | 23 | 0 | 44 | 55 | 7 | C | 55 | 35 |
| Octal | 355 | 113 | 43 | 0 | 104 | 125 | 7 | 14 | 125 | 65 |
| Binary | 11101101 | 1001011 | 100011 | 0 | 1000100 | 1010101 | 111 | 1100 | 1010101 | 110101 |
Color Harmonies of #ED4B23
Complementary color
Monochromatic Colors of #ED4B23
Black with #ED4B23
Text Example
Text Example
White with #ED4B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4B23; }
p { color: rgb(237,75,35); }
H1.HeaderClassName
{
color: #ED4B23;
}
.AnyTagClassName
{
color: #ED4B23;
}
</style>
background-color css
<style>
a { background-color: #ED4B23; }
a { background-color: rgb(237,75,35); }
div.DivClassName
{
background-color: #ED4B23;
}
.BgClassName
{
background-color: #ED4B23;
}
</style>
border-color css
<style>
span { border-color: #ED4B23; }
span { border-color: rgb(237,75,35); }
td.TdClassName
{
border-color: #ED4B23;
}
.TagClassName
{
border-color: #ED4B23;
}
</style>