Shades of Cinnabar #ED361C
Tints of Cinnabar #ED361C
RGB
CMYK
RGB Variations
Color information
#ED361C (or 0xED361C) is known color: Cinnabar. HEX triplet: ED, 36 and 1C. RGB value is (237,54,28). Sum of RGB (Red+Green+Blue) = 237+54+28=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED361C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED361C is #12C9E3. Grayscale: #6A6A6A. Windows color (decimal): -1231332 or 1849069. OLE color: 1849069.
HSL color Cylindrical-coordinate representation of color #ED361C: hue angle of 7.46º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED361C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.07 |
| HSL | 7.46º | 0.85% | 0.52% | - |
| HSV(B) | 7.46º | 0.88% | 0.93% | - |
| XYZ | 36.45 | 20.73 | 3.18 | - |
| YUV | 105.75 | 84.13 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 28 | 0 | 0.77 | 0.88 | 0.07 | 7.46 | 0.85 | 0.52 |
| Hex | ED | 36 | 1C | 0 | 4D | 58 | 7 | 7 | 55 | 34 |
| Octal | 355 | 66 | 34 | 0 | 115 | 130 | 7 | 7 | 125 | 64 |
| Binary | 11101101 | 110110 | 11100 | 0 | 1001101 | 1011000 | 111 | 111 | 1010101 | 110100 |
Color Harmonies of #ED361C
Complementary color
Monochromatic Colors of #ED361C
Black with #ED361C
Text Example
Text Example
White with #ED361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED361C; }
p { color: rgb(237,54,28); }
H1.HeaderClassName
{
color: #ED361C;
}
.AnyTagClassName
{
color: #ED361C;
}
</style>
background-color css
<style>
a { background-color: #ED361C; }
a { background-color: rgb(237,54,28); }
div.DivClassName
{
background-color: #ED361C;
}
.BgClassName
{
background-color: #ED361C;
}
</style>
border-color css
<style>
span { border-color: #ED361C; }
span { border-color: rgb(237,54,28); }
td.TdClassName
{
border-color: #ED361C;
}
.TagClassName
{
border-color: #ED361C;
}
</style>