Html Css Color HEX #E74C20 Cinnabar

📋 copy color: '#E74C20'

red 231 ◦ green 76 ◦ blue 32

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

Shades of Cinnabar #E74C20

Tints of Cinnabar #E74C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 68.14%
G = 22.42%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E74C20 (or 0xE74C20) is known color: Cinnabar. HEX triplet: E7, 4C and 20. RGB value is (231,76,32). Sum of RGB (Red+Green+Blue) = 231+76+32=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C20 is #18B3DF. Grayscale: #757575. Windows color (decimal): -1618912 or 2116839. OLE color: 2116839.

HSL color Cylindrical-coordinate representation of color #E74C20: hue angle of 13.27º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E74C20 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 76 32 -
CMYK 0 0.67 0.86 0.09
HSL 13.27º 0.81% 0.52% -
HSV(B) 13.27º 0.86% 0.91% -
XYZ 35.8 22.26 3.78 -
YUV 117.33 79.85 209.08 -
System Red Green Blue C M Y K H S L
Decimal 231 76 32 0 0.67 0.86 0.09 13.27 0.81 0.52
Hex E7 4C 20 0 43 56 9 D 51 34
Octal 347 114 40 0 103 126 11 15 121 64
Binary 11100111 1001100 100000 0 1000011 1010110 1001 1101 1010001 110100

Color Harmonies of #E74C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74C20

Black with #E74C20

Text Example


Text Example

White with #E74C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74C20; }

 p { color: rgb(231,76,32); }

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

background-color css

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

 a { background-color: rgb(231,76,32); }

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

border-color css

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

 span { border-color: rgb(231,76,32); }

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