Html Css Color HEX #E35220 Cinnabar

📋 copy color: '#E35220'

red 227 ◦ green 82 ◦ blue 32

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

Shades of Cinnabar #E35220

Tints of Cinnabar #E35220

RGB

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

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

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

R = 66.57%
G = 24.05%
B = 9.38%

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

#E35220 (or 0xE35220) is known color: Cinnabar. HEX triplet: E3, 52 and 20. RGB value is (227,82,32). Sum of RGB (Red+Green+Blue) = 227+82+32=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E35220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35220 is #1CADDF. Grayscale: #777777. Windows color (decimal): -1879520 or 2118371. OLE color: 2118371.

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

Color convert

RGB 227 82 32 -
CMYK 0 0.64 0.86 0.11
HSL 15.38º 0.78% 0.51% -
HSV(B) 15.38º 0.86% 0.89% -
XYZ 34.96 22.47 3.86 -
YUV 119.66 78.54 204.57 -
System Red Green Blue C M Y K H S L
Decimal 227 82 32 0 0.64 0.86 0.11 15.38 0.78 0.51
Hex E3 52 20 0 40 56 B F 4E 33
Octal 343 122 40 0 100 126 13 17 116 63
Binary 11100011 1010010 100000 0 1000000 1010110 1011 1111 1001110 110011

Color Harmonies of #E35220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35220

Black with #E35220

Text Example


Text Example

White with #E35220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35220; }

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

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

background-color css

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

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

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

border-color css

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

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

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