Html Css Color HEX #E35120 Cinnabar

📋 copy color: '#E35120'

red 227 ◦ green 81 ◦ blue 32

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

Shades of Cinnabar #E35120

Tints of Cinnabar #E35120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 32 (12.89% from 255) = 9.41%

R = 66.76%
G = 23.82%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E35120 (or 0xE35120) is known color: Cinnabar. HEX triplet: E3, 51 and 20. RGB value is (227,81,32). Sum of RGB (Red+Green+Blue) = 227+81+32=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E35120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35120 is #1CAEDF. Grayscale: #777777. Windows color (decimal): -1879776 or 2118115. OLE color: 2118115.

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

Color convert

RGB 227 81 32 -
CMYK 0 0.64 0.86 0.11
HSL 15.08º 0.78% 0.51% -
HSV(B) 15.08º 0.86% 0.89% -
XYZ 34.88 22.32 3.84 -
YUV 119.07 78.87 204.98 -
System Red Green Blue C M Y K H S L
Decimal 227 81 32 0 0.64 0.86 0.11 15.08 0.78 0.51
Hex E3 51 20 0 40 56 B F 4E 33
Octal 343 121 40 0 100 126 13 17 116 63
Binary 11100011 1010001 100000 0 1000000 1010110 1011 1111 1001110 110011

Color Harmonies of #E35120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35120

Black with #E35120

Text Example


Text Example

White with #E35120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35120; }

 p { color: rgb(227,81,32); }

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

background-color css

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

 a { background-color: rgb(227,81,32); }

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

border-color css

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

 span { border-color: rgb(227,81,32); }

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