Html Css Color HEX #E74C32 Cinnabar

📋 copy color: '#E74C32'

red 231 ◦ green 76 ◦ blue 50

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

Shades of Cinnabar #E74C32

Tints of Cinnabar #E74C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 64.71%
G = 21.29%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E74C32 (or 0xE74C32) is known color: Cinnabar. HEX triplet: E7, 4C and 32. RGB value is (231,76,50). Sum of RGB (Red+Green+Blue) = 231+76+50=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C32 is #18B3CD. Grayscale: #777777. Windows color (decimal): -1618894 or 3296487. OLE color: 3296487.

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

Color convert

RGB 231 76 50 -
CMYK 0 0.67 0.78 0.09
HSL 8.62º 0.79% 0.55% -
HSV(B) 8.62º 0.78% 0.91% -
XYZ 36.12 22.39 5.44 -
YUV 119.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 231 76 50 0 0.67 0.78 0.09 8.62 0.79 0.55
Hex E7 4C 32 0 43 4E 9 9 4F 37
Octal 347 114 62 0 103 116 11 11 117 67
Binary 11100111 1001100 110010 0 1000011 1001110 1001 1001 1001111 110111

Color Harmonies of #E74C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74C32

Black with #E74C32

Text Example


Text Example

White with #E74C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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