Html Css Color HEX #E94C40 Cinnabar

📋 copy color: '#E94C40'

red 233 ◦ green 76 ◦ blue 64

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

Shades of Cinnabar #E94C40

Tints of Cinnabar #E94C40

RGB

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

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

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

R = 62.47%
G = 20.38%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E94C40 (or 0xE94C40) is known color: Cinnabar. HEX triplet: E9, 4C and 40. RGB value is (233,76,64). Sum of RGB (Red+Green+Blue) = 233+76+64=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C40 is #16B3BF. Grayscale: #797979. Windows color (decimal): -1487808 or 4213993. OLE color: 4213993.

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

Color convert

RGB 233 76 64 -
CMYK 0 0.67 0.73 0.09
HSL 4.26º 0.79% 0.58% -
HSV(B) 4.26º 0.73% 0.91% -
XYZ 37.11 22.86 7.31 -
YUV 121.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 233 76 64 0 0.67 0.73 0.09 4.26 0.79 0.58
Hex E9 4C 40 0 43 49 9 4 4F 3A
Octal 351 114 100 0 103 111 11 4 117 72
Binary 11101001 1001100 1000000 0 1000011 1001001 1001 100 1001111 111010

Color Harmonies of #E94C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C40

Black with #E94C40

Text Example


Text Example

White with #E94C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C40; }

 p { color: rgb(233,76,64); }

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

background-color css

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

 a { background-color: rgb(233,76,64); }

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

border-color css

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

 span { border-color: rgb(233,76,64); }

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