Shades of Cinnabar #EB431D
Tints of Cinnabar #EB431D
RGB
CMYK
RGB Variations
Color information
#EB431D (or 0xEB431D) is known color: Cinnabar. HEX triplet: EB, 43 and 1D. RGB value is (235,67,29). Sum of RGB (Red+Green+Blue) = 235+67+29=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB431D is #14BCE2. Grayscale: #717171. Windows color (decimal): -1359075 or 1917931. OLE color: 1917931.
HSL color Cylindrical-coordinate representation of color #EB431D: hue angle of 11.07º 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 #EB431D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.08 |
| HSL | 11.07º | 0.84% | 0.52% | - |
| HSV(B) | 11.07º | 0.88% | 0.92% | - |
| XYZ | 36.49 | 21.77 | 3.44 | - |
| YUV | 112.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 29 | 0 | 0.71 | 0.88 | 0.08 | 11.07 | 0.84 | 0.52 |
| Hex | EB | 43 | 1D | 0 | 47 | 58 | 8 | B | 54 | 34 |
| Octal | 353 | 103 | 35 | 0 | 107 | 130 | 10 | 13 | 124 | 64 |
| Binary | 11101011 | 1000011 | 11101 | 0 | 1000111 | 1011000 | 1000 | 1011 | 1010100 | 110100 |
Color Harmonies of #EB431D
Complementary color
Monochromatic Colors of #EB431D
Black with #EB431D
Text Example
Text Example
White with #EB431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB431D; }
p { color: rgb(235,67,29); }
H1.HeaderClassName
{
color: #EB431D;
}
.AnyTagClassName
{
color: #EB431D;
}
</style>
background-color css
<style>
a { background-color: #EB431D; }
a { background-color: rgb(235,67,29); }
div.DivClassName
{
background-color: #EB431D;
}
.BgClassName
{
background-color: #EB431D;
}
</style>
border-color css
<style>
span { border-color: #EB431D; }
span { border-color: rgb(235,67,29); }
td.TdClassName
{
border-color: #EB431D;
}
.TagClassName
{
border-color: #EB431D;
}
</style>