Html Css Color HEX #E14729 Cinnabar

📋 copy color: '#E14729'

red 225 ◦ green 71 ◦ blue 41

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

Shades of Cinnabar #E14729

Tints of Cinnabar #E14729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.17%

R = 66.77%
G = 21.07%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E14729 (or 0xE14729) is known color: Cinnabar. HEX triplet: E1, 47 and 29. RGB value is (225,71,41). Sum of RGB (Red+Green+Blue) = 225+71+41=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E14729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14729 is #1EB8D6. Grayscale: #717171. Windows color (decimal): -2013399 or 2705377. OLE color: 2705377.

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

Color convert

RGB 225 71 41 -
CMYK 0 0.68 0.82 0.12
HSL 9.78º 0.75% 0.52% -
HSV(B) 9.78º 0.82% 0.88% -
XYZ 33.7 20.67 4.31 -
YUV 113.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 225 71 41 0 0.68 0.82 0.12 9.78 0.75 0.52
Hex E1 47 29 0 44 52 C A 4B 34
Octal 341 107 51 0 104 122 14 12 113 64
Binary 11100001 1000111 101001 0 1000100 1010010 1100 1010 1001011 110100

Color Harmonies of #E14729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14729

Black with #E14729

Text Example


Text Example

White with #E14729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14729; }

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

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

background-color css

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

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

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

border-color css

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

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

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