Shades of Cinnabar #ED453F
Tints of Cinnabar #ED453F
RGB
CMYK
RGB Variations
Color information
#ED453F (or 0xED453F) is known color: Cinnabar. HEX triplet: ED, 45 and 3F. RGB value is (237,69,63). Sum of RGB (Red+Green+Blue) = 237+69+63=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED453F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED453F is #12BAC0. Grayscale: #767676. Windows color (decimal): -1227457 or 4146669. OLE color: 4146669.
HSL color Cylindrical-coordinate representation of color #ED453F: hue angle of 2.07º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED453F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 63 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.07 |
| HSL | 2.07º | 0.83% | 0.59% | - |
| HSV(B) | 2.07º | 0.73% | 0.93% | - |
| XYZ | 37.95 | 22.62 | 7.07 | - |
| YUV | 118.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 63 | 0 | 0.71 | 0.73 | 0.07 | 2.07 | 0.83 | 0.59 |
| Hex | ED | 45 | 3F | 0 | 47 | 49 | 7 | 2 | 53 | 3B |
| Octal | 355 | 105 | 77 | 0 | 107 | 111 | 7 | 2 | 123 | 73 |
| Binary | 11101101 | 1000101 | 111111 | 0 | 1000111 | 1001001 | 111 | 10 | 1010011 | 111011 |
Color Harmonies of #ED453F
Complementary color
Monochromatic Colors of #ED453F
Black with #ED453F
Text Example
Text Example
White with #ED453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED453F; }
p { color: rgb(237,69,63); }
H1.HeaderClassName
{
color: #ED453F;
}
.AnyTagClassName
{
color: #ED453F;
}
</style>
background-color css
<style>
a { background-color: #ED453F; }
a { background-color: rgb(237,69,63); }
div.DivClassName
{
background-color: #ED453F;
}
.BgClassName
{
background-color: #ED453F;
}
</style>
border-color css
<style>
span { border-color: #ED453F; }
span { border-color: rgb(237,69,63); }
td.TdClassName
{
border-color: #ED453F;
}
.TagClassName
{
border-color: #ED453F;
}
</style>