Shades of Cinnabar #EB3D32
Tints of Cinnabar #EB3D32
RGB
CMYK
RGB Variations
Color information
#EB3D32 (or 0xEB3D32) is known color: Cinnabar. HEX triplet: EB, 3D and 32. RGB value is (235,61,50). Sum of RGB (Red+Green+Blue) = 235+61+50=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3D32 is #14C2CD. Grayscale: #6F6F6F. Windows color (decimal): -1360590 or 3292651. OLE color: 3292651.
HSL color Cylindrical-coordinate representation of color #EB3D32: hue angle of 3.57º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB3D32 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 61 | 50 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.08 |
| HSL | 3.57º | 0.82% | 0.56% | - |
| HSV(B) | 3.57º | 0.79% | 0.92% | - |
| XYZ | 36.51 | 21.23 | 5.19 | - |
| YUV | 111.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 61 | 50 | 0 | 0.74 | 0.79 | 0.08 | 3.57 | 0.82 | 0.56 |
| Hex | EB | 3D | 32 | 0 | 4A | 4F | 8 | 4 | 52 | 38 |
| Octal | 353 | 75 | 62 | 0 | 112 | 117 | 10 | 4 | 122 | 70 |
| Binary | 11101011 | 111101 | 110010 | 0 | 1001010 | 1001111 | 1000 | 100 | 1010010 | 111000 |
Color Harmonies of #EB3D32
Complementary color
Monochromatic Colors of #EB3D32
Black with #EB3D32
Text Example
Text Example
White with #EB3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3D32; }
p { color: rgb(235,61,50); }
H1.HeaderClassName
{
color: #EB3D32;
}
.AnyTagClassName
{
color: #EB3D32;
}
</style>
background-color css
<style>
a { background-color: #EB3D32; }
a { background-color: rgb(235,61,50); }
div.DivClassName
{
background-color: #EB3D32;
}
.BgClassName
{
background-color: #EB3D32;
}
</style>
border-color css
<style>
span { border-color: #EB3D32; }
span { border-color: rgb(235,61,50); }
td.TdClassName
{
border-color: #EB3D32;
}
.TagClassName
{
border-color: #EB3D32;
}
</style>