Html Css Color HEX #E35021 Cinnabar

📋 copy color: '#E35021'

red 227 ◦ green 80 ◦ blue 33

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

Shades of Cinnabar #E35021

Tints of Cinnabar #E35021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 66.76%
G = 23.53%
B = 9.71%

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

#E35021 (or 0xE35021) is known color: Cinnabar. HEX triplet: E3, 50 and 21. RGB value is (227,80,33). Sum of RGB (Red+Green+Blue) = 227+80+33=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E35021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35021 is #1CAFDE. Grayscale: #767676. Windows color (decimal): -1880031 or 2183395. OLE color: 2183395.

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

Color convert

RGB 227 80 33 -
CMYK 0 0.65 0.85 0.11
HSL 14.54º 0.78% 0.51% -
HSV(B) 14.54º 0.85% 0.89% -
XYZ 34.82 22.18 3.88 -
YUV 118.6 79.7 205.32 -
System Red Green Blue C M Y K H S L
Decimal 227 80 33 0 0.65 0.85 0.11 14.54 0.78 0.51
Hex E3 50 21 0 41 55 B F 4E 33
Octal 343 120 41 0 101 125 13 17 116 63
Binary 11100011 1010000 100001 0 1000001 1010101 1011 1111 1001110 110011

Color Harmonies of #E35021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35021

Black with #E35021

Text Example


Text Example

White with #E35021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35021; }

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

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

background-color css

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

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

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

border-color css

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

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

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