Html Css Color HEX #E14747 Cinnabar

📋 copy color: '#E14747'

red 225 ◦ green 71 ◦ blue 71

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

Shades of Cinnabar #E14747

Tints of Cinnabar #E14747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 61.31%
G = 19.35%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E14747 (or 0xE14747) is known color: Cinnabar. HEX triplet: E1, 47 and 47. RGB value is (225,71,71). Sum of RGB (Red+Green+Blue) = 225+71+71=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E14747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14747 is #1EB8B8. Grayscale: #757575. Windows color (decimal): -2013369 or 4671457. OLE color: 4671457.

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

Color convert

RGB 225 71 71 -
CMYK 0 0.68 0.68 0.12
HSL 0.72% 0.58% -
HSV(B) 0.68% 0.88% -
XYZ 34.44 20.97 8.19 -
YUV 117.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 225 71 71 0 0.68 0.68 0.12 0 0.72 0.58
Hex E1 47 47 0 44 44 C 0 48 3A
Octal 341 107 107 0 104 104 14 0 110 72
Binary 11100001 1000111 1000111 0 1000100 1000100 1100 0 1001000 111010

Color Harmonies of #E14747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14747

Black with #E14747

Text Example


Text Example

White with #E14747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14747; }

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

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

background-color css

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

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

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

border-color css

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

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

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