Html Css Color HEX #E8502A Cinnabar

📋 copy color: '#E8502A'

red 232 ◦ green 80 ◦ blue 42

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

Shades of Cinnabar #E8502A

Tints of Cinnabar #E8502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 65.54%
G = 22.6%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8502A (or 0xE8502A) is known color: Cinnabar. HEX triplet: E8, 50 and 2A. RGB value is (232,80,42). Sum of RGB (Red+Green+Blue) = 232+80+42=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E8502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8502A is #17AFD5. Grayscale: #797979. Windows color (decimal): -1552342 or 2773224. OLE color: 2773224.

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

Color convert

RGB 232 80 42 -
CMYK 0 0.66 0.82 0.09
HSL 12º 0.81% 0.54% -
HSV(B) 12º 0.82% 0.91% -
XYZ 36.57 23.06 4.71 -
YUV 121.12 83.36 207.09 -
System Red Green Blue C M Y K H S L
Decimal 232 80 42 0 0.66 0.82 0.09 12 0.81 0.54
Hex E8 50 2A 0 42 52 9 C 51 36
Octal 350 120 52 0 102 122 11 14 121 66
Binary 11101000 1010000 101010 0 1000010 1010010 1001 1100 1010001 110110

Color Harmonies of #E8502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8502A

Black with #E8502A

Text Example


Text Example

White with #E8502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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