Html Css Color HEX #E35022 Cinnabar

📋 copy color: '#E35022'

red 227 ◦ green 80 ◦ blue 34

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

Shades of Cinnabar #E35022

Tints of Cinnabar #E35022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 66.57%
G = 23.46%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E35022 (or 0xE35022) is known color: Cinnabar. HEX triplet: E3, 50 and 22. RGB value is (227,80,34). Sum of RGB (Red+Green+Blue) = 227+80+34=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E35022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35022 is #1CAFDD. Grayscale: #777777. Windows color (decimal): -1880030 or 2248931. OLE color: 2248931.

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

Color convert

RGB 227 80 34 -
CMYK 0 0.65 0.85 0.11
HSL 14.3º 0.78% 0.51% -
HSV(B) 14.3º 0.85% 0.89% -
XYZ 34.84 22.18 3.96 -
YUV 118.71 80.2 205.24 -
System Red Green Blue C M Y K H S L
Decimal 227 80 34 0 0.65 0.85 0.11 14.3 0.78 0.51
Hex E3 50 22 0 41 55 B E 4E 33
Octal 343 120 42 0 101 125 13 16 116 63
Binary 11100011 1010000 100010 0 1000001 1010101 1011 1110 1001110 110011

Color Harmonies of #E35022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35022

Black with #E35022

Text Example


Text Example

White with #E35022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35022; }

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

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

background-color css

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

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

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

border-color css

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

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

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