Html Css Color HEX #E14931 Cinnabar

📋 copy color: '#E14931'

red 225 ◦ green 73 ◦ blue 49

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

Shades of Cinnabar #E14931

Tints of Cinnabar #E14931

RGB

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

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

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

R = 64.84%
G = 21.04%
B = 14.12%

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

#E14931 (or 0xE14931) is known color: Cinnabar. HEX triplet: E1, 49 and 31. RGB value is (225,73,49). Sum of RGB (Red+Green+Blue) = 225+73+49=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E14931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14931 is #1EB6CE. Grayscale: #737373. Windows color (decimal): -2012879 or 3230177. OLE color: 3230177.

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

Color convert

RGB 225 73 49 -
CMYK 0 0.68 0.78 0.12
HSL 8.18º 0.75% 0.54% -
HSV(B) 8.18º 0.78% 0.88% -
XYZ 33.99 20.99 5.17 -
YUV 115.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 225 73 49 0 0.68 0.78 0.12 8.18 0.75 0.54
Hex E1 49 31 0 44 4E C 8 4B 36
Octal 341 111 61 0 104 116 14 10 113 66
Binary 11100001 1001001 110001 0 1000100 1001110 1100 1000 1001011 110110

Color Harmonies of #E14931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14931

Black with #E14931

Text Example


Text Example

White with #E14931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14931; }

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

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

background-color css

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

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

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

border-color css

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

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

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