Html Css Color HEX #E85532 Cinnabar

📋 copy color: '#E85532'

red 232 ◦ green 85 ◦ blue 50

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

Shades of Cinnabar #E85532

Tints of Cinnabar #E85532

RGB

 RED value IS 232 (91.02% from 255) = 63.22%

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

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

R = 63.22%
G = 23.16%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E85532 (or 0xE85532) is known color: Cinnabar. HEX triplet: E8, 55 and 32. RGB value is (232,85,50). Sum of RGB (Red+Green+Blue) = 232+85+50=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E85532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85532 is #17AACD. Grayscale: #7D7D7D. Windows color (decimal): -1551054 or 3298792. OLE color: 3298792.

HSL color Cylindrical-coordinate representation of color #E85532: hue angle of 11.54º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E85532 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 50 -
CMYK 0 0.63 0.78 0.09
HSL 11.54º 0.8% 0.55% -
HSV(B) 11.54º 0.78% 0.91% -
XYZ 37.1 23.88 5.67 -
YUV 124.96 85.7 204.35 -
System Red Green Blue C M Y K H S L
Decimal 232 85 50 0 0.63 0.78 0.09 11.54 0.8 0.55
Hex E8 55 32 0 3F 4E 9 C 50 37
Octal 350 125 62 0 77 116 11 14 120 67
Binary 11101000 1010101 110010 0 111111 1001110 1001 1100 1010000 110111

Color Harmonies of #E85532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85532

Black with #E85532

Text Example


Text Example

White with #E85532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85532; }

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

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

background-color css

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

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

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

border-color css

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

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

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