Html Css Color HEX #E85531 Cinnabar

📋 copy color: '#E85531'

red 232 ◦ green 85 ◦ blue 49

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

Shades of Cinnabar #E85531

Tints of Cinnabar #E85531

RGB

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

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

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

R = 63.39%
G = 23.22%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E85531 (or 0xE85531) is known color: Cinnabar. HEX triplet: E8, 55 and 31. RGB value is (232,85,49). Sum of RGB (Red+Green+Blue) = 232+85+49=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E85531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85531 is #17AACE. Grayscale: #7D7D7D. Windows color (decimal): -1551055 or 3233256. OLE color: 3233256.

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

Color convert

RGB 232 85 49 -
CMYK 0 0.63 0.79 0.09
HSL 11.8º 0.8% 0.55% -
HSV(B) 11.8º 0.79% 0.91% -
XYZ 37.08 23.87 5.56 -
YUV 124.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 232 85 49 0 0.63 0.79 0.09 11.8 0.8 0.55
Hex E8 55 31 0 3F 4F 9 C 50 37
Octal 350 125 61 0 77 117 11 14 120 67
Binary 11101000 1010101 110001 0 111111 1001111 1001 1100 1010000 110111

Color Harmonies of #E85531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85531

Black with #E85531

Text Example


Text Example

White with #E85531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85531; }

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

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

background-color css

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

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

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

border-color css

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

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

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