Html Css Color HEX #E14126 Cinnabar

📋 copy color: '#E14126'

red 225 ◦ green 65 ◦ blue 38

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

Shades of Cinnabar #E14126

Tints of Cinnabar #E14126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

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

R = 68.6%
G = 19.82%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14126 (or 0xE14126) is known color: Cinnabar. HEX triplet: E1, 41 and 26. RGB value is (225,65,38). Sum of RGB (Red+Green+Blue) = 225+65+38=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E14126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14126 is #1EBED9. Grayscale: #6E6E6E. Windows color (decimal): -2014938 or 2507233. OLE color: 2507233.

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

Color convert

RGB 225 65 38 -
CMYK 0 0.71 0.83 0.12
HSL 8.66º 0.76% 0.52% -
HSV(B) 8.66º 0.83% 0.88% -
XYZ 33.29 19.93 3.93 -
YUV 109.76 87.51 210.2 -
System Red Green Blue C M Y K H S L
Decimal 225 65 38 0 0.71 0.83 0.12 8.66 0.76 0.52
Hex E1 41 26 0 47 53 C 9 4C 34
Octal 341 101 46 0 107 123 14 11 114 64
Binary 11100001 1000001 100110 0 1000111 1010011 1100 1001 1001100 110100

Color Harmonies of #E14126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14126

Black with #E14126

Text Example


Text Example

White with #E14126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14126; }

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

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

background-color css

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

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

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

border-color css

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

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

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