Html Css Color HEX #E85040 Cinnabar

📋 copy color: '#E85040'

red 232 ◦ green 80 ◦ blue 64

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

Shades of Cinnabar #E85040

Tints of Cinnabar #E85040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 61.7%
G = 21.28%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E85040 (or 0xE85040) is known color: Cinnabar. HEX triplet: E8, 50 and 40. RGB value is (232,80,64). Sum of RGB (Red+Green+Blue) = 232+80+64=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E85040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85040 is #17AFBF. Grayscale: #7B7B7B. Windows color (decimal): -1552320 or 4215016. OLE color: 4215016.

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

Color convert

RGB 232 80 64 -
CMYK 0 0.66 0.72 0.09
HSL 5.71º 0.79% 0.58% -
HSV(B) 5.71º 0.72% 0.91% -
XYZ 37.07 23.26 7.39 -
YUV 123.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 232 80 64 0 0.66 0.72 0.09 5.71 0.79 0.58
Hex E8 50 40 0 42 48 9 6 4F 3A
Octal 350 120 100 0 102 110 11 6 117 72
Binary 11101000 1010000 1000000 0 1000010 1001000 1001 110 1001111 111010

Color Harmonies of #E85040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85040

Black with #E85040

Text Example


Text Example

White with #E85040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85040; }

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

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

background-color css

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

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

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

border-color css

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

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

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