Html Css Color HEX #E14744 Cinnabar

📋 copy color: '#E14744'

red 225 ◦ green 71 ◦ blue 68

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

Shades of Cinnabar #E14744

Tints of Cinnabar #E14744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 61.81%
G = 19.51%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E14744 (or 0xE14744) is known color: Cinnabar. HEX triplet: E1, 47 and 44. RGB value is (225,71,68). Sum of RGB (Red+Green+Blue) = 225+71+68=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E14744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14744 is #1EB8BB. Grayscale: #747474. Windows color (decimal): -2013372 or 4474849. OLE color: 4474849.

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

Color convert

RGB 225 71 68 -
CMYK 0 0.68 0.70 0.12
HSL 1.15º 0.72% 0.57% -
HSV(B) 1.15º 0.7% 0.88% -
XYZ 34.35 20.93 7.7 -
YUV 116.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 225 71 68 0 0.68 0.70 0.12 1.15 0.72 0.57
Hex E1 47 44 0 44 46 C 1 48 39
Octal 341 107 104 0 104 106 14 1 110 71
Binary 11100001 1000111 1000100 0 1000100 1000110 1100 1 1001000 111001

Color Harmonies of #E14744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14744

Black with #E14744

Text Example


Text Example

White with #E14744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14744; }

 p { color: rgb(225,71,68); }

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

background-color css

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

 a { background-color: rgb(225,71,68); }

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

border-color css

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

 span { border-color: rgb(225,71,68); }

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