Shades of Cinnabar #EC361F
Tints of Cinnabar #EC361F
RGB
CMYK
RGB Variations
Color information
#EC361F (or 0xEC361F) is known color: Cinnabar. HEX triplet: EC, 36 and 1F. RGB value is (236,54,31). Sum of RGB (Red+Green+Blue) = 236+54+31=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC361F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC361F is #13C9E0. Grayscale: #6A6A6A. Windows color (decimal): -1296865 or 2045676. OLE color: 2045676.
HSL color Cylindrical-coordinate representation of color #EC361F: hue angle of 6.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC361F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 31 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.07 |
| HSL | 6.73º | 0.84% | 0.52% | - |
| HSV(B) | 6.73º | 0.87% | 0.93% | - |
| XYZ | 36.16 | 20.57 | 3.36 | - |
| YUV | 105.8 | 85.8 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 31 | 0 | 0.77 | 0.87 | 0.07 | 6.73 | 0.84 | 0.52 |
| Hex | EC | 36 | 1F | 0 | 4D | 57 | 7 | 7 | 54 | 34 |
| Octal | 354 | 66 | 37 | 0 | 115 | 127 | 7 | 7 | 124 | 64 |
| Binary | 11101100 | 110110 | 11111 | 0 | 1001101 | 1010111 | 111 | 111 | 1010100 | 110100 |
Color Harmonies of #EC361F
Complementary color
Monochromatic Colors of #EC361F
Black with #EC361F
Text Example
Text Example
White with #EC361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC361F; }
p { color: rgb(236,54,31); }
H1.HeaderClassName
{
color: #EC361F;
}
.AnyTagClassName
{
color: #EC361F;
}
</style>
background-color css
<style>
a { background-color: #EC361F; }
a { background-color: rgb(236,54,31); }
div.DivClassName
{
background-color: #EC361F;
}
.BgClassName
{
background-color: #EC361F;
}
</style>
border-color css
<style>
span { border-color: #EC361F; }
span { border-color: rgb(236,54,31); }
td.TdClassName
{
border-color: #EC361F;
}
.TagClassName
{
border-color: #EC361F;
}
</style>