Html Css Color HEX #E74740 Cinnabar

📋 copy color: '#E74740'

red 231 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #E74740

Tints of Cinnabar #E74740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

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

R = 63.11%
G = 19.4%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E74740 (or 0xE74740) is known color: Cinnabar. HEX triplet: E7, 47 and 40. RGB value is (231,71,64). Sum of RGB (Red+Green+Blue) = 231+71+64=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E74740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74740 is #18B8BF. Grayscale: #767676. Windows color (decimal): -1620160 or 4212711. OLE color: 4212711.

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

Color convert

RGB 231 71 64 -
CMYK 0 0.69 0.72 0.09
HSL 2.51º 0.78% 0.58% -
HSV(B) 2.51º 0.72% 0.91% -
XYZ 36.13 21.87 7.17 -
YUV 118.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 231 71 64 0 0.69 0.72 0.09 2.51 0.78 0.58
Hex E7 47 40 0 45 48 9 3 4E 3A
Octal 347 107 100 0 105 110 11 3 116 72
Binary 11100111 1000111 1000000 0 1000101 1001000 1001 11 1001110 111010

Color Harmonies of #E74740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74740

Black with #E74740

Text Example


Text Example

White with #E74740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74740; }

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

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

background-color css

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

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

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

border-color css

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

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

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