Shades of Cinnabar #ED381E
Tints of Cinnabar #ED381E
RGB
CMYK
RGB Variations
Color information
#ED381E (or 0xED381E) is known color: Cinnabar. HEX triplet: ED, 38 and 1E. RGB value is (237,56,30). Sum of RGB (Red+Green+Blue) = 237+56+30=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED381E is #12C7E1. Grayscale: #6B6B6B. Windows color (decimal): -1230818 or 1980653. OLE color: 1980653.
HSL color Cylindrical-coordinate representation of color #ED381E: hue angle of 7.54º degrees, saturation: 0.85, 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 #ED381E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 30 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.07 |
| HSL | 7.54º | 0.85% | 0.52% | - |
| HSV(B) | 7.54º | 0.87% | 0.93% | - |
| XYZ | 36.57 | 20.93 | 3.34 | - |
| YUV | 107.16 | 84.47 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 30 | 0 | 0.76 | 0.87 | 0.07 | 7.54 | 0.85 | 0.52 |
| Hex | ED | 38 | 1E | 0 | 4C | 57 | 7 | 8 | 55 | 34 |
| Octal | 355 | 70 | 36 | 0 | 114 | 127 | 7 | 10 | 125 | 64 |
| Binary | 11101101 | 111000 | 11110 | 0 | 1001100 | 1010111 | 111 | 1000 | 1010101 | 110100 |
Color Harmonies of #ED381E
Complementary color
Monochromatic Colors of #ED381E
Black with #ED381E
Text Example
Text Example
White with #ED381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED381E; }
p { color: rgb(237,56,30); }
H1.HeaderClassName
{
color: #ED381E;
}
.AnyTagClassName
{
color: #ED381E;
}
</style>
background-color css
<style>
a { background-color: #ED381E; }
a { background-color: rgb(237,56,30); }
div.DivClassName
{
background-color: #ED381E;
}
.BgClassName
{
background-color: #ED381E;
}
</style>
border-color css
<style>
span { border-color: #ED381E; }
span { border-color: rgb(237,56,30); }
td.TdClassName
{
border-color: #ED381E;
}
.TagClassName
{
border-color: #ED381E;
}
</style>