Html Css Color HEX #E14E3C Cinnabar

📋 copy color: '#E14E3C'

red 225 ◦ green 78 ◦ blue 60

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

Shades of Cinnabar #E14E3C

Tints of Cinnabar #E14E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 61.98%
G = 21.49%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E14E3C (or 0xE14E3C) is known color: Cinnabar. HEX triplet: E1, 4E and 3C. RGB value is (225,78,60). Sum of RGB (Red+Green+Blue) = 225+78+60=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14E3C is #1EB1C3. Grayscale: #787878. Windows color (decimal): -2011588 or 3952353. OLE color: 3952353.

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

Color convert

RGB 225 78 60 -
CMYK 0 0.65 0.73 0.12
HSL 6.55º 0.73% 0.56% -
HSV(B) 6.55º 0.73% 0.88% -
XYZ 34.59 21.78 6.66 -
YUV 119.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 225 78 60 0 0.65 0.73 0.12 6.55 0.73 0.56
Hex E1 4E 3C 0 41 49 C 7 49 38
Octal 341 116 74 0 101 111 14 7 111 70
Binary 11100001 1001110 111100 0 1000001 1001001 1100 111 1001001 111000

Color Harmonies of #E14E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E3C

Black with #E14E3C

Text Example


Text Example

White with #E14E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E3C; }

 p { color: rgb(225,78,60); }

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

background-color css

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

 a { background-color: rgb(225,78,60); }

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

border-color css

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

 span { border-color: rgb(225,78,60); }

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