Html Css Color HEX #E14C26 Cinnabar

📋 copy color: '#E14C26'

red 225 ◦ green 76 ◦ blue 38

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

Shades of Cinnabar #E14C26

Tints of Cinnabar #E14C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

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

R = 66.37%
G = 22.42%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14C26 (or 0xE14C26) is known color: Cinnabar. HEX triplet: E1, 4C and 26. RGB value is (225,76,38). Sum of RGB (Red+Green+Blue) = 225+76+38=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C26 is #1EB3D9. Grayscale: #747474. Windows color (decimal): -2012122 or 2510049. OLE color: 2510049.

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

Color convert

RGB 225 76 38 -
CMYK 0 0.66 0.83 0.12
HSL 12.19º 0.76% 0.52% -
HSV(B) 12.19º 0.83% 0.88% -
XYZ 33.99 21.32 4.16 -
YUV 116.22 83.86 205.59 -
System Red Green Blue C M Y K H S L
Decimal 225 76 38 0 0.66 0.83 0.12 12.19 0.76 0.52
Hex E1 4C 26 0 42 53 C C 4C 34
Octal 341 114 46 0 102 123 14 14 114 64
Binary 11100001 1001100 100110 0 1000010 1010011 1100 1100 1001100 110100

Color Harmonies of #E14C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C26

Black with #E14C26

Text Example


Text Example

White with #E14C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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