Html Css Color HEX #E1492C Cinnabar

📋 copy color: '#E1492C'

red 225 ◦ green 73 ◦ blue 44

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

Shades of Cinnabar #E1492C

Tints of Cinnabar #E1492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 65.79%
G = 21.35%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1492C (or 0xE1492C) is known color: Cinnabar. HEX triplet: E1, 49 and 2C. RGB value is (225,73,44). Sum of RGB (Red+Green+Blue) = 225+73+44=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1492C is #1EB6D3. Grayscale: #737373. Windows color (decimal): -2012884 or 2902497. OLE color: 2902497.

HSL color Cylindrical-coordinate representation of color #E1492C: hue angle of 9.61º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1492C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 44 -
CMYK 0 0.68 0.80 0.12
HSL 9.61º 0.75% 0.53% -
HSV(B) 9.61º 0.8% 0.88% -
XYZ 33.89 20.95 4.64 -
YUV 115.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 225 73 44 0 0.68 0.80 0.12 9.61 0.75 0.53
Hex E1 49 2C 0 44 50 C A 4B 35
Octal 341 111 54 0 104 120 14 12 113 65
Binary 11100001 1001001 101100 0 1000100 1010000 1100 1010 1001011 110101

Color Harmonies of #E1492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1492C

Black with #E1492C

Text Example


Text Example

White with #E1492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1492C; }

 p { color: rgb(225,73,44); }

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

background-color css

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

 a { background-color: rgb(225,73,44); }

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

border-color css

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

 span { border-color: rgb(225,73,44); }

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