Html Css Color HEX #E35032 Cinnabar

📋 copy color: '#E35032'

red 227 ◦ green 80 ◦ blue 50

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

Shades of Cinnabar #E35032

Tints of Cinnabar #E35032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 63.59%
G = 22.41%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E35032 (or 0xE35032) is known color: Cinnabar. HEX triplet: E3, 50 and 32. RGB value is (227,80,50). Sum of RGB (Red+Green+Blue) = 227+80+50=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E35032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35032 is #1CAFCD. Grayscale: #787878. Windows color (decimal): -1880014 or 3297507. OLE color: 3297507.

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

Color convert

RGB 227 80 50 -
CMYK 0 0.65 0.78 0.11
HSL 10.17º 0.76% 0.54% -
HSV(B) 10.17º 0.78% 0.89% -
XYZ 35.12 22.3 5.47 -
YUV 120.53 88.2 203.94 -
System Red Green Blue C M Y K H S L
Decimal 227 80 50 0 0.65 0.78 0.11 10.17 0.76 0.54
Hex E3 50 32 0 41 4E B A 4C 36
Octal 343 120 62 0 101 116 13 12 114 66
Binary 11100011 1010000 110010 0 1000001 1001110 1011 1010 1001100 110110

Color Harmonies of #E35032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35032

Black with #E35032

Text Example


Text Example

White with #E35032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35032; }

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

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

background-color css

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

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

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

border-color css

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

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

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