Html Css Color HEX #E85331 Cinnabar

📋 copy color: '#E85331'

red 232 ◦ green 83 ◦ blue 49

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

Shades of Cinnabar #E85331

Tints of Cinnabar #E85331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 63.74%
G = 22.8%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E85331 (or 0xE85331) is known color: Cinnabar. HEX triplet: E8, 53 and 31. RGB value is (232,83,49). Sum of RGB (Red+Green+Blue) = 232+83+49=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E85331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85331 is #17ACCE. Grayscale: #7B7B7B. Windows color (decimal): -1551567 or 3232744. OLE color: 3232744.

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

Color convert

RGB 232 83 49 -
CMYK 0 0.64 0.79 0.09
HSL 11.15º 0.8% 0.55% -
HSV(B) 11.15º 0.79% 0.91% -
XYZ 36.93 23.56 5.51 -
YUV 123.68 85.86 205.26 -
System Red Green Blue C M Y K H S L
Decimal 232 83 49 0 0.64 0.79 0.09 11.15 0.8 0.55
Hex E8 53 31 0 40 4F 9 B 50 37
Octal 350 123 61 0 100 117 11 13 120 67
Binary 11101000 1010011 110001 0 1000000 1001111 1001 1011 1010000 110111

Color Harmonies of #E85331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85331

Black with #E85331

Text Example


Text Example

White with #E85331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85331; }

 p { color: rgb(232,83,49); }

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

background-color css

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

 a { background-color: rgb(232,83,49); }

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

border-color css

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

 span { border-color: rgb(232,83,49); }

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