Html Css Color HEX #E14726 Cinnabar

📋 copy color: '#E14726'

red 225 ◦ green 71 ◦ blue 38

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

Shades of Cinnabar #E14726

Tints of Cinnabar #E14726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 67.37%
G = 21.26%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14726 (or 0xE14726) is known color: Cinnabar. HEX triplet: E1, 47 and 26. RGB value is (225,71,38). Sum of RGB (Red+Green+Blue) = 225+71+38=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E14726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14726 is #1EB8D9. Grayscale: #717171. Windows color (decimal): -2013402 or 2508769. OLE color: 2508769.

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

Color convert

RGB 225 71 38 -
CMYK 0 0.68 0.83 0.12
HSL 10.59º 0.76% 0.52% -
HSV(B) 10.59º 0.83% 0.88% -
XYZ 33.65 20.65 4.05 -
YUV 113.28 85.52 207.68 -
System Red Green Blue C M Y K H S L
Decimal 225 71 38 0 0.68 0.83 0.12 10.59 0.76 0.52
Hex E1 47 26 0 44 53 C B 4C 34
Octal 341 107 46 0 104 123 14 13 114 64
Binary 11100001 1000111 100110 0 1000100 1010011 1100 1011 1001100 110100

Color Harmonies of #E14726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14726

Black with #E14726

Text Example


Text Example

White with #E14726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14726; }

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

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

background-color css

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

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

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

border-color css

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

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

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