Shades of Cinnabar #EB431C
Tints of Cinnabar #EB431C
RGB
CMYK
RGB Variations
Color information
#EB431C (or 0xEB431C) is known color: Cinnabar. HEX triplet: EB, 43 and 1C. RGB value is (235,67,28). Sum of RGB (Red+Green+Blue) = 235+67+28=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB431C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB431C is #14BCE3. Grayscale: #717171. Windows color (decimal): -1359076 or 1852395. OLE color: 1852395.
HSL color Cylindrical-coordinate representation of color #EB431C: hue angle of 11.3º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB431C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 28 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.08 |
| HSL | 11.3º | 0.84% | 0.52% | - |
| HSV(B) | 11.3º | 0.88% | 0.92% | - |
| XYZ | 36.48 | 21.76 | 3.38 | - |
| YUV | 112.79 | 80.16 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 28 | 0 | 0.71 | 0.88 | 0.08 | 11.3 | 0.84 | 0.52 |
| Hex | EB | 43 | 1C | 0 | 47 | 58 | 8 | B | 54 | 34 |
| Octal | 353 | 103 | 34 | 0 | 107 | 130 | 10 | 13 | 124 | 64 |
| Binary | 11101011 | 1000011 | 11100 | 0 | 1000111 | 1011000 | 1000 | 1011 | 1010100 | 110100 |
Color Harmonies of #EB431C
Complementary color
Monochromatic Colors of #EB431C
Black with #EB431C
Text Example
Text Example
White with #EB431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB431C; }
p { color: rgb(235,67,28); }
H1.HeaderClassName
{
color: #EB431C;
}
.AnyTagClassName
{
color: #EB431C;
}
</style>
background-color css
<style>
a { background-color: #EB431C; }
a { background-color: rgb(235,67,28); }
div.DivClassName
{
background-color: #EB431C;
}
.BgClassName
{
background-color: #EB431C;
}
</style>
border-color css
<style>
span { border-color: #EB431C; }
span { border-color: rgb(235,67,28); }
td.TdClassName
{
border-color: #EB431C;
}
.TagClassName
{
border-color: #EB431C;
}
</style>