Html Css Color HEX #E85524 Cinnabar

📋 copy color: '#E85524'

red 232 ◦ green 85 ◦ blue 36

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

Shades of Cinnabar #E85524

Tints of Cinnabar #E85524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 65.72%
G = 24.08%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E85524 (or 0xE85524) is known color: Cinnabar. HEX triplet: E8, 55 and 24. RGB value is (232,85,36). Sum of RGB (Red+Green+Blue) = 232+85+36=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E85524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85524 is #17AADB. Grayscale: #7B7B7B. Windows color (decimal): -1551068 or 2381288. OLE color: 2381288.

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

Color convert

RGB 232 85 36 -
CMYK 0 0.63 0.84 0.09
HSL 15º 0.81% 0.53% -
HSV(B) 15º 0.84% 0.91% -
XYZ 36.85 23.78 4.32 -
YUV 123.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 232 85 36 0 0.63 0.84 0.09 15 0.81 0.53
Hex E8 55 24 0 3F 54 9 F 51 35
Octal 350 125 44 0 77 124 11 17 121 65
Binary 11101000 1010101 100100 0 111111 1010100 1001 1111 1010001 110101

Color Harmonies of #E85524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85524

Black with #E85524

Text Example


Text Example

White with #E85524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85524; }

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

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

background-color css

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

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

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

border-color css

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

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

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