Html Css Color HEX #E74140 Cinnabar

📋 copy color: '#E74140'

red 231 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #E74140

Tints of Cinnabar #E74140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 64.17%
G = 18.06%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E74140 (or 0xE74140) is known color: Cinnabar. HEX triplet: E7, 41 and 40. RGB value is (231,65,64). Sum of RGB (Red+Green+Blue) = 231+65+64=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E74140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74140 is #18BEBF. Grayscale: #727272. Windows color (decimal): -1621696 or 4211175. OLE color: 4211175.

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

Color convert

RGB 231 65 64 -
CMYK 0 0.72 0.72 0.09
HSL 0.36º 0.78% 0.58% -
HSV(B) 0.36º 0.72% 0.91% -
XYZ 35.77 21.14 7.05 -
YUV 114.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 231 65 64 0 0.72 0.72 0.09 0.36 0.78 0.58
Hex E7 41 40 0 48 48 9 0 4E 3A
Octal 347 101 100 0 110 110 11 0 116 72
Binary 11100111 1000001 1000000 0 1001000 1001000 1001 0 1001110 111010

Color Harmonies of #E74140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74140

Black with #E74140

Text Example


Text Example

White with #E74140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74140; }

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

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

background-color css

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

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

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

border-color css

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

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

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