Html Css Color HEX #E14329 Cinnabar

📋 copy color: '#E14329'

red 225 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #E14329

Tints of Cinnabar #E14329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 67.57%
G = 20.12%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E14329 (or 0xE14329) is known color: Cinnabar. HEX triplet: E1, 43 and 29. RGB value is (225,67,41). Sum of RGB (Red+Green+Blue) = 225+67+41=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E14329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14329 is #1EBCD6. Grayscale: #6F6F6F. Windows color (decimal): -2014423 or 2704353. OLE color: 2704353.

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

Color convert

RGB 225 67 41 -
CMYK 0 0.70 0.82 0.12
HSL 8.48º 0.75% 0.52% -
HSV(B) 8.48º 0.82% 0.88% -
XYZ 33.46 20.18 4.23 -
YUV 111.28 88.35 209.11 -
System Red Green Blue C M Y K H S L
Decimal 225 67 41 0 0.70 0.82 0.12 8.48 0.75 0.52
Hex E1 43 29 0 46 52 C 8 4B 34
Octal 341 103 51 0 106 122 14 10 113 64
Binary 11100001 1000011 101001 0 1000110 1010010 1100 1000 1001011 110100

Color Harmonies of #E14329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14329

Black with #E14329

Text Example


Text Example

White with #E14329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14329; }

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

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

background-color css

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

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

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

border-color css

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

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

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