Shades of Cinnabar #ED341A
Tints of Cinnabar #ED341A
RGB
CMYK
RGB Variations
Color information
#ED341A (or 0xED341A) is known color: Cinnabar. HEX triplet: ED, 34 and 1A. RGB value is (237,52,26). Sum of RGB (Red+Green+Blue) = 237+52+26=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED341A is #12CBE5. Grayscale: #686868. Windows color (decimal): -1231846 or 1717485. OLE color: 1717485.
HSL color Cylindrical-coordinate representation of color #ED341A: hue angle of 7.39º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED341A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 26 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.07 |
| HSL | 7.39º | 0.85% | 0.52% | - |
| HSV(B) | 7.39º | 0.89% | 0.93% | - |
| XYZ | 36.34 | 20.54 | 3.03 | - |
| YUV | 104.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 26 | 0 | 0.78 | 0.89 | 0.07 | 7.39 | 0.85 | 0.52 |
| Hex | ED | 34 | 1A | 0 | 4E | 59 | 7 | 7 | 55 | 34 |
| Octal | 355 | 64 | 32 | 0 | 116 | 131 | 7 | 7 | 125 | 64 |
| Binary | 11101101 | 110100 | 11010 | 0 | 1001110 | 1011001 | 111 | 111 | 1010101 | 110100 |
Color Harmonies of #ED341A
Complementary color
Monochromatic Colors of #ED341A
Black with #ED341A
Text Example
Text Example
White with #ED341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED341A; }
p { color: rgb(237,52,26); }
H1.HeaderClassName
{
color: #ED341A;
}
.AnyTagClassName
{
color: #ED341A;
}
</style>
background-color css
<style>
a { background-color: #ED341A; }
a { background-color: rgb(237,52,26); }
div.DivClassName
{
background-color: #ED341A;
}
.BgClassName
{
background-color: #ED341A;
}
</style>
border-color css
<style>
span { border-color: #ED341A; }
span { border-color: rgb(237,52,26); }
td.TdClassName
{
border-color: #ED341A;
}
.TagClassName
{
border-color: #ED341A;
}
</style>