Html Css Color HEX #E85525 Cinnabar

📋 copy color: '#E85525'

red 232 ◦ green 85 ◦ blue 37

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

Shades of Cinnabar #E85525

Tints of Cinnabar #E85525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.45%

R = 65.54%
G = 24.01%
B = 10.45%

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

#E85525 (or 0xE85525) is known color: Cinnabar. HEX triplet: E8, 55 and 25. RGB value is (232,85,37). Sum of RGB (Red+Green+Blue) = 232+85+37=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E85525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85525 is #17AADA. Grayscale: #7B7B7B. Windows color (decimal): -1551067 or 2446824. OLE color: 2446824.

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

Color convert

RGB 232 85 37 -
CMYK 0 0.63 0.84 0.09
HSL 14.77º 0.81% 0.53% -
HSV(B) 14.77º 0.84% 0.91% -
XYZ 36.86 23.79 4.4 -
YUV 123.48 79.2 205.4 -
System Red Green Blue C M Y K H S L
Decimal 232 85 37 0 0.63 0.84 0.09 14.77 0.81 0.53
Hex E8 55 25 0 3F 54 9 F 51 35
Octal 350 125 45 0 77 124 11 17 121 65
Binary 11101000 1010101 100101 0 111111 1010100 1001 1111 1010001 110101

Color Harmonies of #E85525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85525

Black with #E85525

Text Example


Text Example

White with #E85525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85525; }

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

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

background-color css

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

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

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

border-color css

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

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

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