Html Css Color HEX #E94A40 Cinnabar

📋 copy color: '#E94A40'

red 233 ◦ green 74 ◦ blue 64

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

Shades of Cinnabar #E94A40

Tints of Cinnabar #E94A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 62.8%
G = 19.95%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E94A40 (or 0xE94A40) is known color: Cinnabar. HEX triplet: E9, 4A and 40. RGB value is (233,74,64). Sum of RGB (Red+Green+Blue) = 233+74+64=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A40 is #16B5BF. Grayscale: #787878. Windows color (decimal): -1488320 or 4213481. OLE color: 4213481.

HSL color Cylindrical-coordinate representation of color #E94A40: hue angle of 3.55º 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 #E94A40 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 64 -
CMYK 0 0.68 0.73 0.09
HSL 3.55º 0.79% 0.58% -
HSV(B) 3.55º 0.73% 0.91% -
XYZ 36.98 22.59 7.26 -
YUV 120.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 233 74 64 0 0.68 0.73 0.09 3.55 0.79 0.58
Hex E9 4A 40 0 44 49 9 4 4F 3A
Octal 351 112 100 0 104 111 11 4 117 72
Binary 11101001 1001010 1000000 0 1000100 1001001 1001 100 1001111 111010

Color Harmonies of #E94A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A40

Black with #E94A40

Text Example


Text Example

White with #E94A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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