Html Css Color HEX #E35040 Cinnabar

📋 copy color: '#E35040'

red 227 ◦ green 80 ◦ blue 64

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

Shades of Cinnabar #E35040

Tints of Cinnabar #E35040

RGB

 RED value IS 227 (89.06% from 255) = 61.19%

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 61.19%
G = 21.56%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E35040 (or 0xE35040) is known color: Cinnabar. HEX triplet: E3, 50 and 40. RGB value is (227,80,64). Sum of RGB (Red+Green+Blue) = 227+80+64=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E35040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35040 is #1CAFBF. Grayscale: #7A7A7A. Windows color (decimal): -1880000 or 4215011. OLE color: 4215011.

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

Color convert

RGB 227 80 64 -
CMYK 0 0.65 0.72 0.11
HSL 5.89º 0.74% 0.57% -
HSV(B) 5.89º 0.72% 0.89% -
XYZ 35.47 22.44 7.31 -
YUV 122.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 227 80 64 0 0.65 0.72 0.11 5.89 0.74 0.57
Hex E3 50 40 0 41 48 B 6 4A 39
Octal 343 120 100 0 101 110 13 6 112 71
Binary 11100011 1010000 1000000 0 1000001 1001000 1011 110 1001010 111001

Color Harmonies of #E35040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35040

Black with #E35040

Text Example


Text Example

White with #E35040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35040; }

 p { color: rgb(227,80,64); }

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

background-color css

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

 a { background-color: rgb(227,80,64); }

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

border-color css

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

 span { border-color: rgb(227,80,64); }

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