Html Css Color HEX #E14A40 Cinnabar

📋 copy color: '#E14A40'

red 225 ◦ green 74 ◦ blue 64

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

Shades of Cinnabar #E14A40

Tints of Cinnabar #E14A40

RGB

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

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

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

R = 61.98%
G = 20.39%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E14A40 (or 0xE14A40) is known color: Cinnabar. HEX triplet: E1, 4A and 40. RGB value is (225,74,64). Sum of RGB (Red+Green+Blue) = 225+74+64=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A40 is #1EB5BF. Grayscale: #767676. Windows color (decimal): -2012608 or 4213473. OLE color: 4213473.

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

Color convert

RGB 225 74 64 -
CMYK 0 0.67 0.72 0.12
HSL 3.73º 0.73% 0.57% -
HSV(B) 3.73º 0.72% 0.88% -
XYZ 34.43 21.28 7.14 -
YUV 118.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 225 74 64 0 0.67 0.72 0.12 3.73 0.73 0.57
Hex E1 4A 40 0 43 48 C 4 49 39
Octal 341 112 100 0 103 110 14 4 111 71
Binary 11100001 1001010 1000000 0 1000011 1001000 1100 100 1001001 111001

Color Harmonies of #E14A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A40

Black with #E14A40

Text Example


Text Example

White with #E14A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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