Shades of Cinnabar #ED431F
Tints of Cinnabar #ED431F
RGB
CMYK
RGB Variations
Color information
#ED431F (or 0xED431F) is known color: Cinnabar. HEX triplet: ED, 43 and 1F. RGB value is (237,67,31). Sum of RGB (Red+Green+Blue) = 237+67+31=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED431F is #12BCE0. Grayscale: #727272. Windows color (decimal): -1228001 or 2049005. OLE color: 2049005.
HSL color Cylindrical-coordinate representation of color #ED431F: hue angle of 10.49º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED431F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 31 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.07 |
| HSL | 10.49º | 0.85% | 0.53% | - |
| HSV(B) | 10.49º | 0.87% | 0.93% | - |
| XYZ | 37.18 | 22.12 | 3.61 | - |
| YUV | 113.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 31 | 0 | 0.72 | 0.87 | 0.07 | 10.49 | 0.85 | 0.53 |
| Hex | ED | 43 | 1F | 0 | 48 | 57 | 7 | A | 55 | 35 |
| Octal | 355 | 103 | 37 | 0 | 110 | 127 | 7 | 12 | 125 | 65 |
| Binary | 11101101 | 1000011 | 11111 | 0 | 1001000 | 1010111 | 111 | 1010 | 1010101 | 110101 |
Color Harmonies of #ED431F
Complementary color
Monochromatic Colors of #ED431F
Black with #ED431F
Text Example
Text Example
White with #ED431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED431F; }
p { color: rgb(237,67,31); }
H1.HeaderClassName
{
color: #ED431F;
}
.AnyTagClassName
{
color: #ED431F;
}
</style>
background-color css
<style>
a { background-color: #ED431F; }
a { background-color: rgb(237,67,31); }
div.DivClassName
{
background-color: #ED431F;
}
.BgClassName
{
background-color: #ED431F;
}
</style>
border-color css
<style>
span { border-color: #ED431F; }
span { border-color: rgb(237,67,31); }
td.TdClassName
{
border-color: #ED431F;
}
.TagClassName
{
border-color: #ED431F;
}
</style>