Html Css Color HEX #E14020 Cinnabar

📋 copy color: '#E14020'

red 225 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #E14020

Tints of Cinnabar #E14020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 70.09%
G = 19.94%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E14020 (or 0xE14020) is known color: Cinnabar. HEX triplet: E1, 40 and 20. RGB value is (225,64,32). Sum of RGB (Red+Green+Blue) = 225+64+32=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E14020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14020 is #1EBFDF. Grayscale: #6C6C6C. Windows color (decimal): -2015200 or 2113761. OLE color: 2113761.

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

Color convert

RGB 225 64 32 -
CMYK 0 0.72 0.86 0.12
HSL 9.95º 0.76% 0.5% -
HSV(B) 9.95º 0.86% 0.88% -
XYZ 33.15 19.78 3.44 -
YUV 108.49 84.84 211.1 -
System Red Green Blue C M Y K H S L
Decimal 225 64 32 0 0.72 0.86 0.12 9.95 0.76 0.5
Hex E1 40 20 0 48 56 C A 4C 32
Octal 341 100 40 0 110 126 14 12 114 62
Binary 11100001 1000000 100000 0 1001000 1010110 1100 1010 1001100 110010

Color Harmonies of #E14020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14020

Black with #E14020

Text Example


Text Example

White with #E14020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14020; }

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

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

background-color css

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

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

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

border-color css

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

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

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