Shades of Cinnabar #ED4A33
Tints of Cinnabar #ED4A33
RGB
CMYK
RGB Variations
Color information
#ED4A33 (or 0xED4A33) is known color: Cinnabar. HEX triplet: ED, 4A and 33. RGB value is (237,74,51). Sum of RGB (Red+Green+Blue) = 237+74+51=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4A33 is #12B5CC. Grayscale: #787878. Windows color (decimal): -1226189 or 3361517. OLE color: 3361517.
HSL color Cylindrical-coordinate representation of color #ED4A33: hue angle of 7.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED4A33 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 51 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.07 |
| HSL | 7.42º | 0.84% | 0.56% | - |
| HSV(B) | 7.42º | 0.78% | 0.93% | - |
| XYZ | 37.97 | 23.14 | 5.6 | - |
| YUV | 120.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 51 | 0 | 0.69 | 0.78 | 0.07 | 7.42 | 0.84 | 0.56 |
| Hex | ED | 4A | 33 | 0 | 45 | 4E | 7 | 7 | 54 | 38 |
| Octal | 355 | 112 | 63 | 0 | 105 | 116 | 7 | 7 | 124 | 70 |
| Binary | 11101101 | 1001010 | 110011 | 0 | 1000101 | 1001110 | 111 | 111 | 1010100 | 111000 |
Color Harmonies of #ED4A33
Complementary color
Monochromatic Colors of #ED4A33
Black with #ED4A33
Text Example
Text Example
White with #ED4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A33; }
p { color: rgb(237,74,51); }
H1.HeaderClassName
{
color: #ED4A33;
}
.AnyTagClassName
{
color: #ED4A33;
}
</style>
background-color css
<style>
a { background-color: #ED4A33; }
a { background-color: rgb(237,74,51); }
div.DivClassName
{
background-color: #ED4A33;
}
.BgClassName
{
background-color: #ED4A33;
}
</style>
border-color css
<style>
span { border-color: #ED4A33; }
span { border-color: rgb(237,74,51); }
td.TdClassName
{
border-color: #ED4A33;
}
.TagClassName
{
border-color: #ED4A33;
}
</style>