Shades of Cinnabar #EB403F
Tints of Cinnabar #EB403F
RGB
CMYK
RGB Variations
Color information
#EB403F (or 0xEB403F) is known color: Cinnabar. HEX triplet: EB, 40 and 3F. RGB value is (235,64,63). Sum of RGB (Red+Green+Blue) = 235+64+63=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB403F is #14BFC0. Grayscale: #737373. Windows color (decimal): -1359809 or 4145387. OLE color: 4145387.
HSL color Cylindrical-coordinate representation of color #EB403F: hue angle of 0.35º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB403F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 63 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.08 |
| HSL | 0.35º | 0.81% | 0.58% | - |
| HSV(B) | 0.35º | 0.73% | 0.92% | - |
| XYZ | 36.99 | 21.69 | 6.94 | - |
| YUV | 115.02 | 98.65 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 63 | 0 | 0.73 | 0.73 | 0.08 | 0.35 | 0.81 | 0.58 |
| Hex | EB | 40 | 3F | 0 | 49 | 49 | 8 | 0 | 51 | 3A |
| Octal | 353 | 100 | 77 | 0 | 111 | 111 | 10 | 0 | 121 | 72 |
| Binary | 11101011 | 1000000 | 111111 | 0 | 1001001 | 1001001 | 1000 | 0 | 1010001 | 111010 |
Color Harmonies of #EB403F
Complementary color
Monochromatic Colors of #EB403F
Black with #EB403F
Text Example
Text Example
White with #EB403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB403F; }
p { color: rgb(235,64,63); }
H1.HeaderClassName
{
color: #EB403F;
}
.AnyTagClassName
{
color: #EB403F;
}
</style>
background-color css
<style>
a { background-color: #EB403F; }
a { background-color: rgb(235,64,63); }
div.DivClassName
{
background-color: #EB403F;
}
.BgClassName
{
background-color: #EB403F;
}
</style>
border-color css
<style>
span { border-color: #EB403F; }
span { border-color: rgb(235,64,63); }
td.TdClassName
{
border-color: #EB403F;
}
.TagClassName
{
border-color: #EB403F;
}
</style>