Html Css Color HEX #E14C22 Cinnabar

📋 copy color: '#E14C22'

red 225 ◦ green 76 ◦ blue 34

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

Shades of Cinnabar #E14C22

Tints of Cinnabar #E14C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 67.16%
G = 22.69%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14C22 (or 0xE14C22) is known color: Cinnabar. HEX triplet: E1, 4C and 22. RGB value is (225,76,34). Sum of RGB (Red+Green+Blue) = 225+76+34=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C22 is #1EB3DD. Grayscale: #747474. Windows color (decimal): -2012126 or 2247905. OLE color: 2247905.

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

Color convert

RGB 225 76 34 -
CMYK 0 0.66 0.85 0.12
HSL 13.19º 0.76% 0.51% -
HSV(B) 13.19º 0.85% 0.88% -
XYZ 33.92 21.29 3.84 -
YUV 115.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 225 76 34 0 0.66 0.85 0.12 13.19 0.76 0.51
Hex E1 4C 22 0 42 55 C D 4C 33
Octal 341 114 42 0 102 125 14 15 114 63
Binary 11100001 1001100 100010 0 1000010 1010101 1100 1101 1001100 110011

Color Harmonies of #E14C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C22

Black with #E14C22

Text Example


Text Example

White with #E14C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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