Html Css Color HEX #E75040 Cinnabar

📋 copy color: '#E75040'

red 231 ◦ green 80 ◦ blue 64

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

Shades of Cinnabar #E75040

Tints of Cinnabar #E75040

RGB

 RED value IS 231 (90.63% from 255) = 61.6%

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

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

R = 61.6%
G = 21.33%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E75040 (or 0xE75040) is known color: Cinnabar. HEX triplet: E7, 50 and 40. RGB value is (231,80,64). Sum of RGB (Red+Green+Blue) = 231+80+64=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E75040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75040 is #18AFBF. Grayscale: #7B7B7B. Windows color (decimal): -1617856 or 4215015. OLE color: 4215015.

HSL color Cylindrical-coordinate representation of color #E75040: hue angle of 5.75º degrees, saturation: 0.78, 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 #E75040 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 64 -
CMYK 0 0.65 0.72 0.09
HSL 5.75º 0.78% 0.58% -
HSV(B) 5.75º 0.72% 0.91% -
XYZ 36.75 23.1 7.37 -
YUV 123.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 231 80 64 0 0.65 0.72 0.09 5.75 0.78 0.58
Hex E7 50 40 0 41 48 9 6 4E 3A
Octal 347 120 100 0 101 110 11 6 116 72
Binary 11100111 1010000 1000000 0 1000001 1001000 1001 110 1001110 111010

Color Harmonies of #E75040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75040

Black with #E75040

Text Example


Text Example

White with #E75040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75040; }

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

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

background-color css

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

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

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

border-color css

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

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

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