Html Css Color HEX #E14E32 Cinnabar

📋 copy color: '#E14E32'

red 225 ◦ green 78 ◦ blue 50

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

Shades of Cinnabar #E14E32

Tints of Cinnabar #E14E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 63.74%
G = 22.1%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E14E32 (or 0xE14E32) is known color: Cinnabar. HEX triplet: E1, 4E and 32. RGB value is (225,78,50). Sum of RGB (Red+Green+Blue) = 225+78+50=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14E32 is #1EB1CD. Grayscale: #777777. Windows color (decimal): -2011598 or 3296993. OLE color: 3296993.

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

Color convert

RGB 225 78 50 -
CMYK 0 0.65 0.78 0.12
HSL 9.6º 0.74% 0.54% -
HSV(B) 9.6º 0.78% 0.88% -
XYZ 34.35 21.69 5.39 -
YUV 118.76 89.2 203.78 -
System Red Green Blue C M Y K H S L
Decimal 225 78 50 0 0.65 0.78 0.12 9.6 0.74 0.54
Hex E1 4E 32 0 41 4E C A 4A 36
Octal 341 116 62 0 101 116 14 12 112 66
Binary 11100001 1001110 110010 0 1000001 1001110 1100 1010 1001010 110110

Color Harmonies of #E14E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E32

Black with #E14E32

Text Example


Text Example

White with #E14E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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