Shades of Cinnabar #EA423D
Tints of Cinnabar #EA423D
RGB
CMYK
RGB Variations
Color information
#EA423D (or 0xEA423D) is known color: Cinnabar. HEX triplet: EA, 42 and 3D. RGB value is (234,66,61). Sum of RGB (Red+Green+Blue) = 234+66+61=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA423D is #15BDC2. Grayscale: #737373. Windows color (decimal): -1424835 or 4014826. OLE color: 4014826.
HSL color Cylindrical-coordinate representation of color #EA423D: hue angle of 1.73º 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 #EA423D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 61 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.08 |
| HSL | 1.73º | 0.8% | 0.58% | - |
| HSV(B) | 1.73º | 0.74% | 0.92% | - |
| XYZ | 36.72 | 21.73 | 6.67 | - |
| YUV | 115.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 61 | 0 | 0.72 | 0.74 | 0.08 | 1.73 | 0.8 | 0.58 |
| Hex | EA | 42 | 3D | 0 | 48 | 4A | 8 | 2 | 50 | 3A |
| Octal | 352 | 102 | 75 | 0 | 110 | 112 | 10 | 2 | 120 | 72 |
| Binary | 11101010 | 1000010 | 111101 | 0 | 1001000 | 1001010 | 1000 | 10 | 1010000 | 111010 |
Color Harmonies of #EA423D
Complementary color
Monochromatic Colors of #EA423D
Black with #EA423D
Text Example
Text Example
White with #EA423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA423D; }
p { color: rgb(234,66,61); }
H1.HeaderClassName
{
color: #EA423D;
}
.AnyTagClassName
{
color: #EA423D;
}
</style>
background-color css
<style>
a { background-color: #EA423D; }
a { background-color: rgb(234,66,61); }
div.DivClassName
{
background-color: #EA423D;
}
.BgClassName
{
background-color: #EA423D;
}
</style>
border-color css
<style>
span { border-color: #EA423D; }
span { border-color: rgb(234,66,61); }
td.TdClassName
{
border-color: #EA423D;
}
.TagClassName
{
border-color: #EA423D;
}
</style>