Html Css Color HEX #E8522A Cinnabar

📋 copy color: '#E8522A'

red 232 ◦ green 82 ◦ blue 42

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

Shades of Cinnabar #E8522A

Tints of Cinnabar #E8522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 65.17%
G = 23.03%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8522A (or 0xE8522A) is known color: Cinnabar. HEX triplet: E8, 52 and 2A. RGB value is (232,82,42). Sum of RGB (Red+Green+Blue) = 232+82+42=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E8522A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8522A is #17ADD5. Grayscale: #7A7A7A. Windows color (decimal): -1551830 or 2773736. OLE color: 2773736.

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

Color convert

RGB 232 82 42 -
CMYK 0 0.65 0.82 0.09
HSL 12.63º 0.81% 0.54% -
HSV(B) 12.63º 0.82% 0.91% -
XYZ 36.71 23.36 4.76 -
YUV 122.29 82.7 206.25 -
System Red Green Blue C M Y K H S L
Decimal 232 82 42 0 0.65 0.82 0.09 12.63 0.81 0.54
Hex E8 52 2A 0 41 52 9 D 51 36
Octal 350 122 52 0 101 122 11 15 121 66
Binary 11101000 1010010 101010 0 1000001 1010010 1001 1101 1010001 110110

Color Harmonies of #E8522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8522A

Black with #E8522A

Text Example


Text Example

White with #E8522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8522A; }

 p { color: rgb(232,82,42); }

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

background-color css

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

 a { background-color: rgb(232,82,42); }

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

border-color css

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

 span { border-color: rgb(232,82,42); }

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