Shades of Cinnabar #ED433F
Tints of Cinnabar #ED433F
RGB
CMYK
RGB Variations
Color information
#ED433F (or 0xED433F) is known color: Cinnabar. HEX triplet: ED, 43 and 3F. RGB value is (237,67,63). Sum of RGB (Red+Green+Blue) = 237+67+63=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED433F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED433F is #12BCC0. Grayscale: #757575. Windows color (decimal): -1227969 or 4146157. OLE color: 4146157.
HSL color Cylindrical-coordinate representation of color #ED433F: hue angle of 1.38º 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 #ED433F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 63 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.07 |
| HSL | 1.38º | 0.83% | 0.59% | - |
| HSV(B) | 1.38º | 0.73% | 0.93% | - |
| XYZ | 37.83 | 22.38 | 7.03 | - |
| YUV | 117.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 63 | 0 | 0.72 | 0.73 | 0.07 | 1.38 | 0.83 | 0.59 |
| Hex | ED | 43 | 3F | 0 | 48 | 49 | 7 | 1 | 53 | 3B |
| Octal | 355 | 103 | 77 | 0 | 110 | 111 | 7 | 1 | 123 | 73 |
| Binary | 11101101 | 1000011 | 111111 | 0 | 1001000 | 1001001 | 111 | 1 | 1010011 | 111011 |
Color Harmonies of #ED433F
Complementary color
Monochromatic Colors of #ED433F
Black with #ED433F
Text Example
Text Example
White with #ED433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED433F; }
p { color: rgb(237,67,63); }
H1.HeaderClassName
{
color: #ED433F;
}
.AnyTagClassName
{
color: #ED433F;
}
</style>
background-color css
<style>
a { background-color: #ED433F; }
a { background-color: rgb(237,67,63); }
div.DivClassName
{
background-color: #ED433F;
}
.BgClassName
{
background-color: #ED433F;
}
</style>
border-color css
<style>
span { border-color: #ED433F; }
span { border-color: rgb(237,67,63); }
td.TdClassName
{
border-color: #ED433F;
}
.TagClassName
{
border-color: #ED433F;
}
</style>