Html Css Color HEX #E14940 Cinnabar

📋 copy color: '#E14940'

red 225 ◦ green 73 ◦ blue 64

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

Shades of Cinnabar #E14940

Tints of Cinnabar #E14940

RGB

 RED value IS 225 (88.28% from 255) = 62.15%

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 62.15%
G = 20.17%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E14940 (or 0xE14940) is known color: Cinnabar. HEX triplet: E1, 49 and 40. RGB value is (225,73,64). Sum of RGB (Red+Green+Blue) = 225+73+64=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E14940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14940 is #1EB6BF. Grayscale: #757575. Windows color (decimal): -2012864 or 4213217. OLE color: 4213217.

HSL color Cylindrical-coordinate representation of color #E14940: hue angle of 3.35º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14940 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 64 -
CMYK 0 0.68 0.72 0.12
HSL 3.35º 0.73% 0.57% -
HSV(B) 3.35º 0.72% 0.88% -
XYZ 34.36 21.14 7.12 -
YUV 117.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 225 73 64 0 0.68 0.72 0.12 3.35 0.73 0.57
Hex E1 49 40 0 44 48 C 3 49 39
Octal 341 111 100 0 104 110 14 3 111 71
Binary 11100001 1001001 1000000 0 1000100 1001000 1100 11 1001001 111001

Color Harmonies of #E14940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14940

Black with #E14940

Text Example


Text Example

White with #E14940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14940; }

 p { color: rgb(225,73,64); }

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

background-color css

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

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

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

border-color css

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

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

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