Shades of Cinnabar #E44541
Tints of Cinnabar #E44541
RGB
CMYK
RGB Variations
Color information
#E44541 (or 0xE44541) is known color: Cinnabar. HEX triplet: E4, 45 and 41. RGB value is (228,69,65). Sum of RGB (Red+Green+Blue) = 228+69+65=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E44541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44541 is #1BBABE. Grayscale: #747474. Windows color (decimal): -1817279 or 4277732. OLE color: 4277732.
HSL color Cylindrical-coordinate representation of color #E44541: hue angle of 1.47º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E44541 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 65 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.11 |
| HSL | 1.47º | 0.75% | 0.57% | - |
| HSV(B) | 1.47º | 0.71% | 0.89% | - |
| XYZ | 35.08 | 21.13 | 7.23 | - |
| YUV | 116.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 65 | 0 | 0.70 | 0.71 | 0.11 | 1.47 | 0.75 | 0.57 |
| Hex | E4 | 45 | 41 | 0 | 46 | 47 | B | 1 | 4B | 39 |
| Octal | 344 | 105 | 101 | 0 | 106 | 107 | 13 | 1 | 113 | 71 |
| Binary | 11100100 | 1000101 | 1000001 | 0 | 1000110 | 1000111 | 1011 | 1 | 1001011 | 111001 |
Color Harmonies of #E44541
Complementary color
Monochromatic Colors of #E44541
Black with #E44541
Text Example
Text Example
White with #E44541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44541; }
p { color: rgb(228,69,65); }
H1.HeaderClassName
{
color: #E44541;
}
.AnyTagClassName
{
color: #E44541;
}
</style>
background-color css
<style>
a { background-color: #E44541; }
a { background-color: rgb(228,69,65); }
div.DivClassName
{
background-color: #E44541;
}
.BgClassName
{
background-color: #E44541;
}
</style>
border-color css
<style>
span { border-color: #E44541; }
span { border-color: rgb(228,69,65); }
td.TdClassName
{
border-color: #E44541;
}
.TagClassName
{
border-color: #E44541;
}
</style>