Html Css Color HEX #E74931 Cinnabar

📋 copy color: '#E74931'

red 231 ◦ green 73 ◦ blue 49

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

Shades of Cinnabar #E74931

Tints of Cinnabar #E74931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 65.44%
G = 20.68%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E74931 (or 0xE74931) is known color: Cinnabar. HEX triplet: E7, 49 and 31. RGB value is (231,73,49). Sum of RGB (Red+Green+Blue) = 231+73+49=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E74931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74931 is #18B6CE. Grayscale: #757575. Windows color (decimal): -1619663 or 3230183. OLE color: 3230183.

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

Color convert

RGB 231 73 49 -
CMYK 0 0.68 0.79 0.09
HSL 7.91º 0.79% 0.55% -
HSV(B) 7.91º 0.79% 0.91% -
XYZ 35.89 21.98 5.26 -
YUV 117.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 231 73 49 0 0.68 0.79 0.09 7.91 0.79 0.55
Hex E7 49 31 0 44 4F 9 8 4F 37
Octal 347 111 61 0 104 117 11 10 117 67
Binary 11100111 1001001 110001 0 1000100 1001111 1001 1000 1001111 110111

Color Harmonies of #E74931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74931

Black with #E74931

Text Example


Text Example

White with #E74931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74931; }

 p { color: rgb(231,73,49); }

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

background-color css

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

 a { background-color: rgb(231,73,49); }

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

border-color css

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

 span { border-color: rgb(231,73,49); }

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