Html Css Color HEX #E14C40 Cinnabar

📋 copy color: '#E14C40'

red 225 ◦ green 76 ◦ blue 64

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

Shades of Cinnabar #E14C40

Tints of Cinnabar #E14C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 61.64%
G = 20.82%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E14C40 (or 0xE14C40) is known color: Cinnabar. HEX triplet: E1, 4C and 40. RGB value is (225,76,64). Sum of RGB (Red+Green+Blue) = 225+76+64=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C40 is #1EB3BF. Grayscale: #777777. Windows color (decimal): -2012096 or 4213985. OLE color: 4213985.

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

Color convert

RGB 225 76 64 -
CMYK 0 0.66 0.72 0.12
HSL 4.47º 0.73% 0.57% -
HSV(B) 4.47º 0.72% 0.88% -
XYZ 34.56 21.55 7.19 -
YUV 119.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 225 76 64 0 0.66 0.72 0.12 4.47 0.73 0.57
Hex E1 4C 40 0 42 48 C 4 49 39
Octal 341 114 100 0 102 110 14 4 111 71
Binary 11100001 1001100 1000000 0 1000010 1001000 1100 100 1001001 111001

Color Harmonies of #E14C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C40

Black with #E14C40

Text Example


Text Example

White with #E14C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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