Shades of Cinnabar #ED432B
Tints of Cinnabar #ED432B
RGB
CMYK
RGB Variations
Color information
#ED432B (or 0xED432B) is known color: Cinnabar. HEX triplet: ED, 43 and 2B. RGB value is (237,67,43). Sum of RGB (Red+Green+Blue) = 237+67+43=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED432B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED432B is #12BCD4. Grayscale: #737373. Windows color (decimal): -1227989 or 2835437. OLE color: 2835437.
HSL color Cylindrical-coordinate representation of color #ED432B: hue angle of 7.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED432B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 43 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.07 |
| HSL | 7.42º | 0.84% | 0.55% | - |
| HSV(B) | 7.42º | 0.82% | 0.93% | - |
| XYZ | 37.37 | 22.19 | 4.6 | - |
| YUV | 115.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 43 | 0 | 0.72 | 0.82 | 0.07 | 7.42 | 0.84 | 0.55 |
| Hex | ED | 43 | 2B | 0 | 48 | 52 | 7 | 7 | 54 | 37 |
| Octal | 355 | 103 | 53 | 0 | 110 | 122 | 7 | 7 | 124 | 67 |
| Binary | 11101101 | 1000011 | 101011 | 0 | 1001000 | 1010010 | 111 | 111 | 1010100 | 110111 |
Color Harmonies of #ED432B
Complementary color
Monochromatic Colors of #ED432B
Black with #ED432B
Text Example
Text Example
White with #ED432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED432B; }
p { color: rgb(237,67,43); }
H1.HeaderClassName
{
color: #ED432B;
}
.AnyTagClassName
{
color: #ED432B;
}
</style>
background-color css
<style>
a { background-color: #ED432B; }
a { background-color: rgb(237,67,43); }
div.DivClassName
{
background-color: #ED432B;
}
.BgClassName
{
background-color: #ED432B;
}
</style>
border-color css
<style>
span { border-color: #ED432B; }
span { border-color: rgb(237,67,43); }
td.TdClassName
{
border-color: #ED432B;
}
.TagClassName
{
border-color: #ED432B;
}
</style>