Html Css Color HEX #E94040 Cinnabar

📋 copy color: '#E94040'

red 233 ◦ green 64 ◦ blue 64

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

Shades of Cinnabar #E94040

Tints of Cinnabar #E94040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

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

R = 64.54%
G = 17.73%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E94040 (or 0xE94040) is known color: Cinnabar. HEX triplet: E9, 40 and 40. RGB value is (233,64,64). Sum of RGB (Red+Green+Blue) = 233+64+64=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E94040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94040 is #16BFBF. Grayscale: #727272. Windows color (decimal): -1490880 or 4210921. OLE color: 4210921.

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

Color convert

RGB 233 64 64 -
CMYK 0 0.73 0.73 0.09
HSL 0.79% 0.58% -
HSV(B) 0.73% 0.91% -
XYZ 36.36 21.36 7.06 -
YUV 114.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 233 64 64 0 0.73 0.73 0.09 0 0.79 0.58
Hex E9 40 40 0 49 49 9 0 4F 3A
Octal 351 100 100 0 111 111 11 0 117 72
Binary 11101001 1000000 1000000 0 1001001 1001001 1001 0 1001111 111010

Color Harmonies of #E94040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94040

Black with #E94040

Text Example


Text Example

White with #E94040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94040; }

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

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

background-color css

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

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

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

border-color css

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

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

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