Shades of Cinnabar #EB403D
Tints of Cinnabar #EB403D
RGB
CMYK
RGB Variations
Color information
#EB403D (or 0xEB403D) is known color: Cinnabar. HEX triplet: EB, 40 and 3D. RGB value is (235,64,61). Sum of RGB (Red+Green+Blue) = 235+64+61=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB403D is #14BFC2. Grayscale: #727272. Windows color (decimal): -1359811 or 4014315. OLE color: 4014315.
HSL color Cylindrical-coordinate representation of color #EB403D: hue angle of 1.03º 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 #EB403D is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 61 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.08 |
| HSL | 1.03º | 0.81% | 0.58% | - |
| HSV(B) | 1.03º | 0.74% | 0.92% | - |
| XYZ | 36.94 | 21.67 | 6.65 | - |
| YUV | 114.79 | 97.65 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 61 | 0 | 0.73 | 0.74 | 0.08 | 1.03 | 0.81 | 0.58 |
| Hex | EB | 40 | 3D | 0 | 49 | 4A | 8 | 1 | 51 | 3A |
| Octal | 353 | 100 | 75 | 0 | 111 | 112 | 10 | 1 | 121 | 72 |
| Binary | 11101011 | 1000000 | 111101 | 0 | 1001001 | 1001010 | 1000 | 1 | 1010001 | 111010 |
Color Harmonies of #EB403D
Complementary color
Monochromatic Colors of #EB403D
Black with #EB403D
Text Example
Text Example
White with #EB403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB403D; }
p { color: rgb(235,64,61); }
H1.HeaderClassName
{
color: #EB403D;
}
.AnyTagClassName
{
color: #EB403D;
}
</style>
background-color css
<style>
a { background-color: #EB403D; }
a { background-color: rgb(235,64,61); }
div.DivClassName
{
background-color: #EB403D;
}
.BgClassName
{
background-color: #EB403D;
}
</style>
border-color css
<style>
span { border-color: #EB403D; }
span { border-color: rgb(235,64,61); }
td.TdClassName
{
border-color: #EB403D;
}
.TagClassName
{
border-color: #EB403D;
}
</style>