Html Css Color HEX #E14929 Cinnabar

📋 copy color: '#E14929'

red 225 ◦ green 73 ◦ blue 41

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

Shades of Cinnabar #E14929

Tints of Cinnabar #E14929

RGB

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

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

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

R = 66.37%
G = 21.53%
B = 12.09%

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

#E14929 (or 0xE14929) is known color: Cinnabar. HEX triplet: E1, 49 and 29. RGB value is (225,73,41). Sum of RGB (Red+Green+Blue) = 225+73+41=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E14929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14929 is #1EB6D6. Grayscale: #737373. Windows color (decimal): -2012887 or 2705889. OLE color: 2705889.

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

Color convert

RGB 225 73 41 -
CMYK 0 0.68 0.82 0.12
HSL 10.43º 0.75% 0.52% -
HSV(B) 10.43º 0.82% 0.88% -
XYZ 33.83 20.93 4.35 -
YUV 114.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 225 73 41 0 0.68 0.82 0.12 10.43 0.75 0.52
Hex E1 49 29 0 44 52 C A 4B 34
Octal 341 111 51 0 104 122 14 12 113 64
Binary 11100001 1001001 101001 0 1000100 1010010 1100 1010 1001011 110100

Color Harmonies of #E14929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14929

Black with #E14929

Text Example


Text Example

White with #E14929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14929; }

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

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

background-color css

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

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

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

border-color css

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

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

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