#E44535

Color #E44535 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E44535

Tints of Cinnabar #E44535

Color information

#E44535 (or 0xE44535) is unknown color: approx Cinnabar. HEX triplet: E4, 45 and 35. RGB value is (228,69,53). Sum of RGB (Red+Green+Blue) = 228+69+53=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E44535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44535 is #1BBACA. Grayscale: #727272. Windows color (decimal): -1817291 or 3491300. OLE color: 3491300.

HSL color Cylindrical-coordinate representation of color #E44535: hue angle of 5.49º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E44535 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2286953-
CMYK00.700.770.11
HSL5.49º76.42%55.1%-
HSV(B)5.49º76.75%89.41%-
XYZ34.7721.015.59-
YUV114.7293.18208.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 65.14%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=65.14%
G=19.71%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228695300.700.770.115.4976.4255.1
HexE445350464DB54c37
Octal34410565010611513511467
Binary11100100100010111010101000110100110110111011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44535; }

 p { color: rgb(228,69,53); }

 H1.HeaderClassName
 {
   color: #E44535;
 }
 .AnyTagClassName
 {
   color: #E44535;
 }
</style>
background-color css

<style>
 a { background-color: #E44535; }

 a { background-color: rgb(228,69,53); }

 div.DivClassName
 {
   background-color: #E44535;
 }
 .BgClassName
 {
   background-color: #E44535;
 }
</style>
border-color css

<style>
 span { border-color: #E44535; }

 span { border-color: rgb(228,69,53); }

 td.TdClassName
 {
   border-color: #E44535;
 }
 .TagClassName
 {
   border-color: #E44535;
 }
</style>