Html Css Color HEX #E94E32 Cinnabar

📋 copy color: '#E94E32'

red 233 ◦ green 78 ◦ blue 50

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

Shades of Cinnabar #E94E32

Tints of Cinnabar #E94E32

RGB

 RED value IS 233 (91.41% from 255) = 64.54%

 GREEN value IS 78 (30.86% from 255) = 21.61%

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

R = 64.54%
G = 21.61%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E94E32 (or 0xE94E32) is known color: Cinnabar. HEX triplet: E9, 4E and 32. RGB value is (233,78,50). Sum of RGB (Red+Green+Blue) = 233+78+50=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E32 is #16B1CD. Grayscale: #797979. Windows color (decimal): -1487310 or 3297001. OLE color: 3297001.

HSL color Cylindrical-coordinate representation of color #E94E32: hue angle of 9.18º degrees, saturation: 0.81, 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 #E94E32 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 78 50 -
CMYK 0 0.67 0.79 0.09
HSL 9.18º 0.81% 0.55% -
HSV(B) 9.18º 0.79% 0.91% -
XYZ 36.9 23 5.51 -
YUV 121.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 233 78 50 0 0.67 0.79 0.09 9.18 0.81 0.55
Hex E9 4E 32 0 43 4F 9 9 51 37
Octal 351 116 62 0 103 117 11 11 121 67
Binary 11101001 1001110 110010 0 1000011 1001111 1001 1001 1010001 110111

Color Harmonies of #E94E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E32

Black with #E94E32

Text Example


Text Example

White with #E94E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E32; }

 p { color: rgb(233,78,50); }

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

background-color css

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

 a { background-color: rgb(233,78,50); }

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

border-color css

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

 span { border-color: rgb(233,78,50); }

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