Shades of Cinnabar #EA413F
Tints of Cinnabar #EA413F
RGB
CMYK
RGB Variations
Color information
#EA413F (or 0xEA413F) is known color: Cinnabar. HEX triplet: EA, 41 and 3F. RGB value is (234,65,63). Sum of RGB (Red+Green+Blue) = 234+65+63=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA413F is #15BEC0. Grayscale: #737373. Windows color (decimal): -1425089 or 4145642. OLE color: 4145642.
HSL color Cylindrical-coordinate representation of color #EA413F: hue angle of 0.7º degrees, saturation: 0.8, 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 #EA413F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 63 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.08 |
| HSL | 0.7º | 0.8% | 0.58% | - |
| HSV(B) | 0.7º | 0.73% | 0.92% | - |
| XYZ | 36.72 | 21.63 | 6.94 | - |
| YUV | 115.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 63 | 0 | 0.72 | 0.73 | 0.08 | 0.7 | 0.8 | 0.58 |
| Hex | EA | 41 | 3F | 0 | 48 | 49 | 8 | 1 | 50 | 3A |
| Octal | 352 | 101 | 77 | 0 | 110 | 111 | 10 | 1 | 120 | 72 |
| Binary | 11101010 | 1000001 | 111111 | 0 | 1001000 | 1001001 | 1000 | 1 | 1010000 | 111010 |
Color Harmonies of #EA413F
Complementary color
Monochromatic Colors of #EA413F
Black with #EA413F
Text Example
Text Example
White with #EA413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA413F; }
p { color: rgb(234,65,63); }
H1.HeaderClassName
{
color: #EA413F;
}
.AnyTagClassName
{
color: #EA413F;
}
</style>
background-color css
<style>
a { background-color: #EA413F; }
a { background-color: rgb(234,65,63); }
div.DivClassName
{
background-color: #EA413F;
}
.BgClassName
{
background-color: #EA413F;
}
</style>
border-color css
<style>
span { border-color: #EA413F; }
span { border-color: rgb(234,65,63); }
td.TdClassName
{
border-color: #EA413F;
}
.TagClassName
{
border-color: #EA413F;
}
</style>