Html Css Color HEX #E45340 Cinnabar

📋 copy color: '#E45340'

red 228 ◦ green 83 ◦ blue 64

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

Shades of Cinnabar #E45340

Tints of Cinnabar #E45340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

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

R = 60.8%
G = 22.13%
B = 17.07%

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

#E45340 (or 0xE45340) is known color: Cinnabar. HEX triplet: E4, 53 and 40. RGB value is (228,83,64). Sum of RGB (Red+Green+Blue) = 228+83+64=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E45340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45340 is #1BACBF. Grayscale: #7C7C7C. Windows color (decimal): -1813696 or 4215780. OLE color: 4215780.

HSL color Cylindrical-coordinate representation of color #E45340: hue angle of 6.95º 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 #E45340 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 83 64 -
CMYK 0 0.64 0.72 0.11
HSL 6.95º 0.75% 0.57% -
HSV(B) 6.95º 0.72% 0.89% -
XYZ 36.01 23.05 7.4 -
YUV 124.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 228 83 64 0 0.64 0.72 0.11 6.95 0.75 0.57
Hex E4 53 40 0 40 48 B 7 4B 39
Octal 344 123 100 0 100 110 13 7 113 71
Binary 11100100 1010011 1000000 0 1000000 1001000 1011 111 1001011 111001

Color Harmonies of #E45340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45340

Black with #E45340

Text Example


Text Example

White with #E45340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45340; }

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

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

background-color css

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

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

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

border-color css

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

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

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