Html Css Color HEX #E14822 Cinnabar

📋 copy color: '#E14822'

red 225 ◦ green 72 ◦ blue 34

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

Shades of Cinnabar #E14822

Tints of Cinnabar #E14822

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 67.98%
G = 21.75%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14822 (or 0xE14822) is known color: Cinnabar. HEX triplet: E1, 48 and 22. RGB value is (225,72,34). Sum of RGB (Red+Green+Blue) = 225+72+34=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E14822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14822 is #1EB7DD. Grayscale: #717171. Windows color (decimal): -2013150 or 2246881. OLE color: 2246881.

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

Color convert

RGB 225 72 34 -
CMYK 0 0.68 0.85 0.12
HSL 11.94º 0.76% 0.51% -
HSV(B) 11.94º 0.85% 0.88% -
XYZ 33.66 20.76 3.75 -
YUV 113.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 225 72 34 0 0.68 0.85 0.12 11.94 0.76 0.51
Hex E1 48 22 0 44 55 C C 4C 33
Octal 341 110 42 0 104 125 14 14 114 63
Binary 11100001 1001000 100010 0 1000100 1010101 1100 1100 1001100 110011

Color Harmonies of #E14822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14822

Black with #E14822

Text Example


Text Example

White with #E14822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14822; }

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

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

background-color css

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

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

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

border-color css

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

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

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