Html Css Color HEX #E14945 Cinnabar

📋 copy color: '#E14945'

red 225 ◦ green 73 ◦ blue 69

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

Shades of Cinnabar #E14945

Tints of Cinnabar #E14945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 61.31%
G = 19.89%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E14945 (or 0xE14945) is known color: Cinnabar. HEX triplet: E1, 49 and 45. RGB value is (225,73,69). Sum of RGB (Red+Green+Blue) = 225+73+69=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E14945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14945 is #1EB6BA. Grayscale: #767676. Windows color (decimal): -2012859 or 4540897. OLE color: 4540897.

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

Color convert

RGB 225 73 69 -
CMYK 0 0.68 0.69 0.12
HSL 1.54º 0.72% 0.58% -
HSV(B) 1.54º 0.69% 0.88% -
XYZ 34.51 21.2 7.9 -
YUV 117.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 225 73 69 0 0.68 0.69 0.12 1.54 0.72 0.58
Hex E1 49 45 0 44 45 C 2 48 3A
Octal 341 111 105 0 104 105 14 2 110 72
Binary 11100001 1001001 1000101 0 1000100 1000101 1100 10 1001000 111010

Color Harmonies of #E14945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14945

Black with #E14945

Text Example


Text Example

White with #E14945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14945; }

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

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

background-color css

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

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

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

border-color css

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

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

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