Html Css Color HEX #E8503F Cinnabar

📋 copy color: '#E8503F'

red 232 ◦ green 80 ◦ blue 63

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

Shades of Cinnabar #E8503F

Tints of Cinnabar #E8503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.8%

R = 61.87%
G = 21.33%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E8503F (or 0xE8503F) is known color: Cinnabar. HEX triplet: E8, 50 and 3F. RGB value is (232,80,63). Sum of RGB (Red+Green+Blue) = 232+80+63=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8503F is #17AFC0. Grayscale: #7B7B7B. Windows color (decimal): -1552321 or 4149480. OLE color: 4149480.

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

Color convert

RGB 232 80 63 -
CMYK 0 0.66 0.73 0.09
HSL 6.04º 0.79% 0.58% -
HSV(B) 6.04º 0.73% 0.91% -
XYZ 37.04 23.25 7.24 -
YUV 123.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 232 80 63 0 0.66 0.73 0.09 6.04 0.79 0.58
Hex E8 50 3F 0 42 49 9 6 4F 3A
Octal 350 120 77 0 102 111 11 6 117 72
Binary 11101000 1010000 111111 0 1000010 1001001 1001 110 1001111 111010

Color Harmonies of #E8503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8503F

Black with #E8503F

Text Example


Text Example

White with #E8503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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