Html Css Color HEX #E8502B Cinnabar

📋 copy color: '#E8502B'

red 232 ◦ green 80 ◦ blue 43

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

Shades of Cinnabar #E8502B

Tints of Cinnabar #E8502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 65.35%
G = 22.54%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8502B (or 0xE8502B) is known color: Cinnabar. HEX triplet: E8, 50 and 2B. RGB value is (232,80,43). Sum of RGB (Red+Green+Blue) = 232+80+43=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8502B is #17AFD4. Grayscale: #797979. Windows color (decimal): -1552341 or 2838760. OLE color: 2838760.

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

Color convert

RGB 232 80 43 -
CMYK 0 0.66 0.81 0.09
HSL 11.75º 0.8% 0.54% -
HSV(B) 11.75º 0.81% 0.91% -
XYZ 36.58 23.07 4.81 -
YUV 121.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 232 80 43 0 0.66 0.81 0.09 11.75 0.8 0.54
Hex E8 50 2B 0 42 51 9 C 50 36
Octal 350 120 53 0 102 121 11 14 120 66
Binary 11101000 1010000 101011 0 1000010 1010001 1001 1100 1010000 110110

Color Harmonies of #E8502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8502B

Black with #E8502B

Text Example


Text Example

White with #E8502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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