Shades of Cinnabar #EA2625
Tints of Cinnabar #EA2625
RGB
CMYK
RGB Variations
Color information
#EA2625 (or 0xEA2625) is known color: Cinnabar. HEX triplet: EA, 26 and 25. RGB value is (234,38,37). Sum of RGB (Red+Green+Blue) = 234+38+37=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2625 is #15D9DA. Grayscale: #606060. Windows color (decimal): -1432027 or 2434794. OLE color: 2434794.
HSL color Cylindrical-coordinate representation of color #EA2625: hue angle of 0.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2625 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 37 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.08 |
| HSL | 0.3º | 0.82% | 0.53% | - |
| HSV(B) | 0.3º | 0.84% | 0.92% | - |
| XYZ | 34.96 | 19.01 | 3.58 | - |
| YUV | 96.49 | 94.43 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 37 | 0 | 0.84 | 0.84 | 0.08 | 0.3 | 0.82 | 0.53 |
| Hex | EA | 26 | 25 | 0 | 54 | 54 | 8 | 0 | 52 | 35 |
| Octal | 352 | 46 | 45 | 0 | 124 | 124 | 10 | 0 | 122 | 65 |
| Binary | 11101010 | 100110 | 100101 | 0 | 1010100 | 1010100 | 1000 | 0 | 1010010 | 110101 |
Color Harmonies of #EA2625
Complementary color
Monochromatic Colors of #EA2625
Black with #EA2625
Text Example
Text Example
White with #EA2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2625; }
p { color: rgb(234,38,37); }
H1.HeaderClassName
{
color: #EA2625;
}
.AnyTagClassName
{
color: #EA2625;
}
</style>
background-color css
<style>
a { background-color: #EA2625; }
a { background-color: rgb(234,38,37); }
div.DivClassName
{
background-color: #EA2625;
}
.BgClassName
{
background-color: #EA2625;
}
</style>
border-color css
<style>
span { border-color: #EA2625; }
span { border-color: rgb(234,38,37); }
td.TdClassName
{
border-color: #EA2625;
}
.TagClassName
{
border-color: #EA2625;
}
</style>