Html Css Color HEX #E14520 Cinnabar

📋 copy color: '#E14520'

red 225 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #E14520

Tints of Cinnabar #E14520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 32 (12.89% from 255) = 9.82%

R = 69.02%
G = 21.17%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E14520 (or 0xE14520) is known color: Cinnabar. HEX triplet: E1, 45 and 20. RGB value is (225,69,32). Sum of RGB (Red+Green+Blue) = 225+69+32=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E14520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14520 is #1EBADF. Grayscale: #6F6F6F. Windows color (decimal): -2013920 or 2115041. OLE color: 2115041.

HSL color Cylindrical-coordinate representation of color #E14520: hue angle of 11.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E14520 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 32 -
CMYK 0 0.69 0.86 0.12
HSL 11.5º 0.76% 0.5% -
HSV(B) 11.5º 0.86% 0.88% -
XYZ 33.44 20.37 3.54 -
YUV 111.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 225 69 32 0 0.69 0.86 0.12 11.5 0.76 0.5
Hex E1 45 20 0 45 56 C C 4C 32
Octal 341 105 40 0 105 126 14 14 114 62
Binary 11100001 1000101 100000 0 1000101 1010110 1100 1100 1001100 110010

Color Harmonies of #E14520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14520

Black with #E14520

Text Example


Text Example

White with #E14520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14520; }

 p { color: rgb(225,69,32); }

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

background-color css

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

 a { background-color: rgb(225,69,32); }

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

border-color css

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

 span { border-color: rgb(225,69,32); }

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