Shades of Cinnabar #EB3D3C
Tints of Cinnabar #EB3D3C
RGB
CMYK
RGB Variations
Color information
#EB3D3C (or 0xEB3D3C) is known color: Cinnabar. HEX triplet: EB, 3D and 3C. RGB value is (235,61,60). Sum of RGB (Red+Green+Blue) = 235+61+60=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3D3C is #14C2C3. Grayscale: #717171. Windows color (decimal): -1360580 or 3948011. OLE color: 3948011.
HSL color Cylindrical-coordinate representation of color #EB3D3C: hue angle of 0.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3D3C is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 61 | 60 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.08 |
| HSL | 0.34º | 0.81% | 0.58% | - |
| HSV(B) | 0.34º | 0.74% | 0.92% | - |
| XYZ | 36.75 | 21.33 | 6.45 | - |
| YUV | 112.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 61 | 60 | 0 | 0.74 | 0.74 | 0.08 | 0.34 | 0.81 | 0.58 |
| Hex | EB | 3D | 3C | 0 | 4A | 4A | 8 | 0 | 51 | 3A |
| Octal | 353 | 75 | 74 | 0 | 112 | 112 | 10 | 0 | 121 | 72 |
| Binary | 11101011 | 111101 | 111100 | 0 | 1001010 | 1001010 | 1000 | 0 | 1010001 | 111010 |
Color Harmonies of #EB3D3C
Complementary color
Monochromatic Colors of #EB3D3C
Black with #EB3D3C
Text Example
Text Example
White with #EB3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3D3C; }
p { color: rgb(235,61,60); }
H1.HeaderClassName
{
color: #EB3D3C;
}
.AnyTagClassName
{
color: #EB3D3C;
}
</style>
background-color css
<style>
a { background-color: #EB3D3C; }
a { background-color: rgb(235,61,60); }
div.DivClassName
{
background-color: #EB3D3C;
}
.BgClassName
{
background-color: #EB3D3C;
}
</style>
border-color css
<style>
span { border-color: #EB3D3C; }
span { border-color: rgb(235,61,60); }
td.TdClassName
{
border-color: #EB3D3C;
}
.TagClassName
{
border-color: #EB3D3C;
}
</style>