Shades of Cinnabar #EF321B
Tints of Cinnabar #EF321B
RGB
CMYK
RGB Variations
Color information
#EF321B (or 0xEF321B) is known color: Cinnabar. HEX triplet: EF, 32 and 1B. RGB value is (239,50,27). Sum of RGB (Red+Green+Blue) = 239+50+27=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF321B is #10CDE4. Grayscale: #686868. Windows color (decimal): -1101285 or 1782511. OLE color: 1782511.
HSL color Cylindrical-coordinate representation of color #EF321B: hue angle of 6.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF321B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.06 |
| HSL | 6.51º | 0.87% | 0.52% | - |
| HSV(B) | 6.51º | 0.89% | 0.94% | - |
| XYZ | 36.94 | 20.71 | 3.09 | - |
| YUV | 103.89 | 84.62 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 27 | 0 | 0.79 | 0.89 | 0.06 | 6.51 | 0.87 | 0.52 |
| Hex | EF | 32 | 1B | 0 | 4F | 59 | 6 | 7 | 57 | 34 |
| Octal | 357 | 62 | 33 | 0 | 117 | 131 | 6 | 7 | 127 | 64 |
| Binary | 11101111 | 110010 | 11011 | 0 | 1001111 | 1011001 | 110 | 111 | 1010111 | 110100 |
Color Harmonies of #EF321B
Complementary color
Monochromatic Colors of #EF321B
Black with #EF321B
Text Example
Text Example
White with #EF321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF321B; }
p { color: rgb(239,50,27); }
H1.HeaderClassName
{
color: #EF321B;
}
.AnyTagClassName
{
color: #EF321B;
}
</style>
background-color css
<style>
a { background-color: #EF321B; }
a { background-color: rgb(239,50,27); }
div.DivClassName
{
background-color: #EF321B;
}
.BgClassName
{
background-color: #EF321B;
}
</style>
border-color css
<style>
span { border-color: #EF321B; }
span { border-color: rgb(239,50,27); }
td.TdClassName
{
border-color: #EF321B;
}
.TagClassName
{
border-color: #EF321B;
}
</style>