Html Css Color HEX #E45240 Cinnabar

📋 copy color: '#E45240'

red 228 ◦ green 82 ◦ blue 64

#E45240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #E45240

Tints of Cinnabar #E45240

RGB

 RED value IS 228 (89.45% from 255) = 60.96%

 GREEN value IS 82 (32.42% from 255) = 21.93%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 60.96%
G = 21.93%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E45240 (or 0xE45240) is known color: Cinnabar. HEX triplet: E4, 52 and 40. RGB value is (228,82,64). Sum of RGB (Red+Green+Blue) = 228+82+64=374 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.96% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 228 - color contains mainly: red. Hex color #E45240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45240 is #1BADBF. Grayscale: #7B7B7B. Windows color (decimal): -1813952 or 4215524. OLE color: 4215524.

HSL color Cylindrical-coordinate representation of color #E45240: hue angle of 6.59º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E45240 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 82 64 -
CMYK 0 0.64 0.72 0.11
HSL 6.59º 0.75% 0.57% -
HSV(B) 6.59º 0.72% 0.89% -
XYZ 35.94 22.9 7.38 -
YUV 123.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 228 82 64 0 0.64 0.72 0.11 6.59 0.75 0.57
Hex E4 52 40 0 40 48 B 7 4B 39
Octal 344 122 100 0 100 110 13 7 113 71
Binary 11100100 1010010 1000000 0 1000000 1001000 1011 111 1001011 111001

Color Harmonies of #E45240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45240

Black with #E45240

Text Example


Text Example

White with #E45240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45240; }

 p { color: rgb(228,82,64); }

 H1.HeaderClassName
 {
   color: #E45240;
 }
 .AnyTagClassName
 {
   color: #E45240;
 }
</style>

background-color css

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

 a { background-color: rgb(228,82,64); }

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

border-color css

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

 span { border-color: rgb(228,82,64); }

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