Html Css Color HEX #E14728 Cinnabar

📋 copy color: '#E14728'

red 225 ◦ green 71 ◦ blue 40

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

Shades of Cinnabar #E14728

Tints of Cinnabar #E14728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 66.96%
G = 21.13%
B = 11.9%

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

#E14728 (or 0xE14728) is known color: Cinnabar. HEX triplet: E1, 47 and 28. RGB value is (225,71,40). Sum of RGB (Red+Green+Blue) = 225+71+40=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E14728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14728 is #1EB8D7. Grayscale: #717171. Windows color (decimal): -2013400 or 2639841. OLE color: 2639841.

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

Color convert

RGB 225 71 40 -
CMYK 0 0.68 0.82 0.12
HSL 10.05º 0.76% 0.52% -
HSV(B) 10.05º 0.82% 0.88% -
XYZ 33.69 20.67 4.22 -
YUV 113.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 225 71 40 0 0.68 0.82 0.12 10.05 0.76 0.52
Hex E1 47 28 0 44 52 C A 4C 34
Octal 341 107 50 0 104 122 14 12 114 64
Binary 11100001 1000111 101000 0 1000100 1010010 1100 1010 1001100 110100

Color Harmonies of #E14728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14728

Black with #E14728

Text Example


Text Example

White with #E14728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14728; }

 p { color: rgb(225,71,40); }

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

background-color css

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

 a { background-color: rgb(225,71,40); }

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

border-color css

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

 span { border-color: rgb(225,71,40); }

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