Html Css Color HEX #E14031 Cinnabar

📋 copy color: '#E14031'

red 225 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #E14031

Tints of Cinnabar #E14031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 66.57%
G = 18.93%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E14031 (or 0xE14031) is known color: Cinnabar. HEX triplet: E1, 40 and 31. RGB value is (225,64,49). Sum of RGB (Red+Green+Blue) = 225+64+49=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E14031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14031 is #1EBFCE. Grayscale: #6E6E6E. Windows color (decimal): -2015183 or 3227873. OLE color: 3227873.

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

Color convert

RGB 225 64 49 -
CMYK 0 0.72 0.78 0.12
HSL 5.11º 0.75% 0.54% -
HSV(B) 5.11º 0.78% 0.88% -
XYZ 33.44 19.9 4.98 -
YUV 110.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 225 64 49 0 0.72 0.78 0.12 5.11 0.75 0.54
Hex E1 40 31 0 48 4E C 5 4B 36
Octal 341 100 61 0 110 116 14 5 113 66
Binary 11100001 1000000 110001 0 1001000 1001110 1100 101 1001011 110110

Color Harmonies of #E14031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14031

Black with #E14031

Text Example


Text Example

White with #E14031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14031; }

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

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

background-color css

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

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

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

border-color css

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

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

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