Html Css Color HEX #E8502D Cinnabar

📋 copy color: '#E8502D'

red 232 ◦ green 80 ◦ blue 45

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

Shades of Cinnabar #E8502D

Tints of Cinnabar #E8502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 64.99%
G = 22.41%
B = 12.61%

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

#E8502D (or 0xE8502D) is known color: Cinnabar. HEX triplet: E8, 50 and 2D. RGB value is (232,80,45). Sum of RGB (Red+Green+Blue) = 232+80+45=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8502D is #17AFD2. Grayscale: #797979. Windows color (decimal): -1552339 or 2969832. OLE color: 2969832.

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

Color convert

RGB 232 80 45 -
CMYK 0 0.66 0.81 0.09
HSL 11.23º 0.8% 0.54% -
HSV(B) 11.23º 0.81% 0.91% -
XYZ 36.62 23.08 5.01 -
YUV 121.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 232 80 45 0 0.66 0.81 0.09 11.23 0.8 0.54
Hex E8 50 2D 0 42 51 9 B 50 36
Octal 350 120 55 0 102 121 11 13 120 66
Binary 11101000 1010000 101101 0 1000010 1010001 1001 1011 1010000 110110

Color Harmonies of #E8502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8502D

Black with #E8502D

Text Example


Text Example

White with #E8502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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