Html Css Color HEX #E14731 Cinnabar

📋 copy color: '#E14731'

red 225 ◦ green 71 ◦ blue 49

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

Shades of Cinnabar #E14731

Tints of Cinnabar #E14731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.2%

R = 65.22%
G = 20.58%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E14731 (or 0xE14731) is known color: Cinnabar. HEX triplet: E1, 47 and 31. RGB value is (225,71,49). Sum of RGB (Red+Green+Blue) = 225+71+49=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E14731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14731 is #1EB8CE. Grayscale: #727272. Windows color (decimal): -2013391 or 3229665. OLE color: 3229665.

HSL color Cylindrical-coordinate representation of color #E14731: hue angle of 7.5º degrees, saturation: 0.75, 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 #E14731 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 49 -
CMYK 0 0.68 0.78 0.12
HSL 7.5º 0.75% 0.54% -
HSV(B) 7.5º 0.78% 0.88% -
XYZ 33.86 20.74 5.12 -
YUV 114.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 225 71 49 0 0.68 0.78 0.12 7.5 0.75 0.54
Hex E1 47 31 0 44 4E C 8 4B 36
Octal 341 107 61 0 104 116 14 10 113 66
Binary 11100001 1000111 110001 0 1000100 1001110 1100 1000 1001011 110110

Color Harmonies of #E14731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14731

Black with #E14731

Text Example


Text Example

White with #E14731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14731; }

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

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

background-color css

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

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

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

border-color css

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

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

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