Html Css Color HEX #E85527 Cinnabar

📋 copy color: '#E85527'

red 232 ◦ green 85 ◦ blue 39

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

Shades of Cinnabar #E85527

Tints of Cinnabar #E85527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 65.17%
G = 23.88%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E85527 (or 0xE85527) is known color: Cinnabar. HEX triplet: E8, 55 and 27. RGB value is (232,85,39). Sum of RGB (Red+Green+Blue) = 232+85+39=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E85527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85527 is #17AAD8. Grayscale: #7C7C7C. Windows color (decimal): -1551065 or 2577896. OLE color: 2577896.

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

Color convert

RGB 232 85 39 -
CMYK 0 0.63 0.83 0.09
HSL 14.3º 0.81% 0.53% -
HSV(B) 14.3º 0.83% 0.91% -
XYZ 36.89 23.8 4.57 -
YUV 123.71 80.2 205.24 -
System Red Green Blue C M Y K H S L
Decimal 232 85 39 0 0.63 0.83 0.09 14.3 0.81 0.53
Hex E8 55 27 0 3F 53 9 E 51 35
Octal 350 125 47 0 77 123 11 16 121 65
Binary 11101000 1010101 100111 0 111111 1010011 1001 1110 1010001 110101

Color Harmonies of #E85527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85527

Black with #E85527

Text Example


Text Example

White with #E85527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85527; }

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

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

background-color css

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

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

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

border-color css

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

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

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