Shades of Cinnabar #ED4135
Tints of Cinnabar #ED4135
RGB
CMYK
RGB Variations
Color information
#ED4135 (or 0xED4135) is known color: Cinnabar. HEX triplet: ED, 41 and 35. RGB value is (237,65,53). Sum of RGB (Red+Green+Blue) = 237+65+53=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4135 is #12BECA. Grayscale: #737373. Windows color (decimal): -1228491 or 3490285. OLE color: 3490285.
HSL color Cylindrical-coordinate representation of color #ED4135: hue angle of 3.91º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED4135 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 53 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.07 |
| HSL | 3.91º | 0.84% | 0.57% | - |
| HSV(B) | 3.91º | 0.78% | 0.93% | - |
| XYZ | 37.46 | 22.04 | 5.65 | - |
| YUV | 115.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 53 | 0 | 0.73 | 0.78 | 0.07 | 3.91 | 0.84 | 0.57 |
| Hex | ED | 41 | 35 | 0 | 49 | 4E | 7 | 4 | 54 | 39 |
| Octal | 355 | 101 | 65 | 0 | 111 | 116 | 7 | 4 | 124 | 71 |
| Binary | 11101101 | 1000001 | 110101 | 0 | 1001001 | 1001110 | 111 | 100 | 1010100 | 111001 |
Color Harmonies of #ED4135
Complementary color
Monochromatic Colors of #ED4135
Black with #ED4135
Text Example
Text Example
White with #ED4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4135; }
p { color: rgb(237,65,53); }
H1.HeaderClassName
{
color: #ED4135;
}
.AnyTagClassName
{
color: #ED4135;
}
</style>
background-color css
<style>
a { background-color: #ED4135; }
a { background-color: rgb(237,65,53); }
div.DivClassName
{
background-color: #ED4135;
}
.BgClassName
{
background-color: #ED4135;
}
</style>
border-color css
<style>
span { border-color: #ED4135; }
span { border-color: rgb(237,65,53); }
td.TdClassName
{
border-color: #ED4135;
}
.TagClassName
{
border-color: #ED4135;
}
</style>