Html Css Color HEX #E35532 Cinnabar

📋 copy color: '#E35532'

red 227 ◦ green 85 ◦ blue 50

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

Shades of Cinnabar #E35532

Tints of Cinnabar #E35532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

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

R = 62.71%
G = 23.48%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E35532 (or 0xE35532) is known color: Cinnabar. HEX triplet: E3, 55 and 32. RGB value is (227,85,50). Sum of RGB (Red+Green+Blue) = 227+85+50=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E35532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35532 is #1CAACD. Grayscale: #7B7B7B. Windows color (decimal): -1878734 or 3298787. OLE color: 3298787.

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

Color convert

RGB 227 85 50 -
CMYK 0 0.63 0.78 0.11
HSL 11.86º 0.76% 0.54% -
HSV(B) 11.86º 0.78% 0.89% -
XYZ 35.5 23.06 5.6 -
YUV 123.47 86.54 201.85 -
System Red Green Blue C M Y K H S L
Decimal 227 85 50 0 0.63 0.78 0.11 11.86 0.76 0.54
Hex E3 55 32 0 3F 4E B C 4C 36
Octal 343 125 62 0 77 116 13 14 114 66
Binary 11100011 1010101 110010 0 111111 1001110 1011 1100 1001100 110110

Color Harmonies of #E35532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35532

Black with #E35532

Text Example


Text Example

White with #E35532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35532; }

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

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

background-color css

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

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

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

border-color css

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

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

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