Html Css Color HEX #E94140 Cinnabar

📋 copy color: '#E94140'

red 233 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #E94140

Tints of Cinnabar #E94140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 64.36%
G = 17.96%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E94140 (or 0xE94140) is known color: Cinnabar. HEX triplet: E9, 41 and 40. RGB value is (233,65,64). Sum of RGB (Red+Green+Blue) = 233+65+64=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E94140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94140 is #16BEBF. Grayscale: #737373. Windows color (decimal): -1490624 or 4211177. OLE color: 4211177.

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

Color convert

RGB 233 65 64 -
CMYK 0 0.72 0.73 0.09
HSL 0.36º 0.79% 0.58% -
HSV(B) 0.36º 0.73% 0.91% -
XYZ 36.42 21.47 7.08 -
YUV 115.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 233 65 64 0 0.72 0.73 0.09 0.36 0.79 0.58
Hex E9 41 40 0 48 49 9 0 4F 3A
Octal 351 101 100 0 110 111 11 0 117 72
Binary 11101001 1000001 1000000 0 1001000 1001001 1001 0 1001111 111010

Color Harmonies of #E94140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94140

Black with #E94140

Text Example


Text Example

White with #E94140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94140; }

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

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

background-color css

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

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

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

border-color css

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

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

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