Html Css Color HEX #E85526 Cinnabar

📋 copy color: '#E85526'

red 232 ◦ green 85 ◦ blue 38

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

Shades of Cinnabar #E85526

Tints of Cinnabar #E85526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 65.35%
G = 23.94%
B = 10.7%

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

#E85526 (or 0xE85526) is known color: Cinnabar. HEX triplet: E8, 55 and 26. RGB value is (232,85,38). Sum of RGB (Red+Green+Blue) = 232+85+38=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E85526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85526 is #17AAD9. Grayscale: #7B7B7B. Windows color (decimal): -1551066 or 2512360. OLE color: 2512360.

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

Color convert

RGB 232 85 38 -
CMYK 0 0.63 0.84 0.09
HSL 14.54º 0.81% 0.53% -
HSV(B) 14.54º 0.84% 0.91% -
XYZ 36.88 23.79 4.48 -
YUV 123.6 79.7 205.32 -
System Red Green Blue C M Y K H S L
Decimal 232 85 38 0 0.63 0.84 0.09 14.54 0.81 0.53
Hex E8 55 26 0 3F 54 9 F 51 35
Octal 350 125 46 0 77 124 11 17 121 65
Binary 11101000 1010101 100110 0 111111 1010100 1001 1111 1010001 110101

Color Harmonies of #E85526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85526

Black with #E85526

Text Example


Text Example

White with #E85526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85526; }

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

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

background-color css

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

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

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

border-color css

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

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

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