Html Css Color HEX #E14A29 Cinnabar

📋 copy color: '#E14A29'

red 225 ◦ green 74 ◦ blue 41

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

Shades of Cinnabar #E14A29

Tints of Cinnabar #E14A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

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

R = 66.18%
G = 21.76%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E14A29 (or 0xE14A29) is known color: Cinnabar. HEX triplet: E1, 4A and 29. RGB value is (225,74,41). Sum of RGB (Red+Green+Blue) = 225+74+41=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A29 is #1EB5D6. Grayscale: #737373. Windows color (decimal): -2012631 or 2706145. OLE color: 2706145.

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

Color convert

RGB 225 74 41 -
CMYK 0 0.67 0.82 0.12
HSL 10.76º 0.75% 0.52% -
HSV(B) 10.76º 0.82% 0.88% -
XYZ 33.9 21.07 4.38 -
YUV 115.39 86.03 206.18 -
System Red Green Blue C M Y K H S L
Decimal 225 74 41 0 0.67 0.82 0.12 10.76 0.75 0.52
Hex E1 4A 29 0 43 52 C B 4B 34
Octal 341 112 51 0 103 122 14 13 113 64
Binary 11100001 1001010 101001 0 1000011 1010010 1100 1011 1001011 110100

Color Harmonies of #E14A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A29

Black with #E14A29

Text Example


Text Example

White with #E14A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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