Shades of Cinnabar #EA403D
Tints of Cinnabar #EA403D
RGB
CMYK
RGB Variations
Color information
#EA403D (or 0xEA403D) is known color: Cinnabar. HEX triplet: EA, 40 and 3D. RGB value is (234,64,61). Sum of RGB (Red+Green+Blue) = 234+64+61=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA403D is #15BFC2. Grayscale: #727272. Windows color (decimal): -1425347 or 4014314. OLE color: 4014314.
HSL color Cylindrical-coordinate representation of color #EA403D: hue angle of 1.04º degrees, saturation: 0.8, 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 #EA403D is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 61 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.08 |
| HSL | 1.04º | 0.8% | 0.58% | - |
| HSV(B) | 1.04º | 0.74% | 0.92% | - |
| XYZ | 36.61 | 21.5 | 6.63 | - |
| YUV | 114.49 | 97.82 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 61 | 0 | 0.73 | 0.74 | 0.08 | 1.04 | 0.8 | 0.58 |
| Hex | EA | 40 | 3D | 0 | 49 | 4A | 8 | 1 | 50 | 3A |
| Octal | 352 | 100 | 75 | 0 | 111 | 112 | 10 | 1 | 120 | 72 |
| Binary | 11101010 | 1000000 | 111101 | 0 | 1001001 | 1001010 | 1000 | 1 | 1010000 | 111010 |
Color Harmonies of #EA403D
Complementary color
Monochromatic Colors of #EA403D
Black with #EA403D
Text Example
Text Example
White with #EA403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA403D; }
p { color: rgb(234,64,61); }
H1.HeaderClassName
{
color: #EA403D;
}
.AnyTagClassName
{
color: #EA403D;
}
</style>
background-color css
<style>
a { background-color: #EA403D; }
a { background-color: rgb(234,64,61); }
div.DivClassName
{
background-color: #EA403D;
}
.BgClassName
{
background-color: #EA403D;
}
</style>
border-color css
<style>
span { border-color: #EA403D; }
span { border-color: rgb(234,64,61); }
td.TdClassName
{
border-color: #EA403D;
}
.TagClassName
{
border-color: #EA403D;
}
</style>