Html Css Color HEX #E14224 Cinnabar

📋 copy color: '#E14224'

red 225 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #E14224

Tints of Cinnabar #E14224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 68.81%
G = 20.18%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14224 (or 0xE14224) is known color: Cinnabar. HEX triplet: E1, 42 and 24. RGB value is (225,66,36). Sum of RGB (Red+Green+Blue) = 225+66+36=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E14224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14224 is #1EBDDB. Grayscale: #6E6E6E. Windows color (decimal): -2014684 or 2376417. OLE color: 2376417.

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

Color convert

RGB 225 66 36 -
CMYK 0 0.71 0.84 0.12
HSL 9.52º 0.76% 0.51% -
HSV(B) 9.52º 0.84% 0.88% -
XYZ 33.32 20.03 3.78 -
YUV 110.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 225 66 36 0 0.71 0.84 0.12 9.52 0.76 0.51
Hex E1 42 24 0 47 54 C A 4C 33
Octal 341 102 44 0 107 124 14 12 114 63
Binary 11100001 1000010 100100 0 1000111 1010100 1100 1010 1001100 110011

Color Harmonies of #E14224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14224

Black with #E14224

Text Example


Text Example

White with #E14224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14224; }

 p { color: rgb(225,66,36); }

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

background-color css

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

 a { background-color: rgb(225,66,36); }

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

border-color css

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

 span { border-color: rgb(225,66,36); }

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