Html Css Color HEX #E1492D Cinnabar

📋 copy color: '#E1492D'

red 225 ◦ green 73 ◦ blue 45

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

Shades of Cinnabar #E1492D

Tints of Cinnabar #E1492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 65.6%
G = 21.28%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1492D (or 0xE1492D) is known color: Cinnabar. HEX triplet: E1, 49 and 2D. RGB value is (225,73,45). Sum of RGB (Red+Green+Blue) = 225+73+45=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1492D is #1EB6D2. Grayscale: #737373. Windows color (decimal): -2012883 or 2968033. OLE color: 2968033.

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

Color convert

RGB 225 73 45 -
CMYK 0 0.68 0.8 0.12
HSL 9.33º 0.75% 0.53% -
HSV(B) 9.33º 0.8% 0.88% -
XYZ 33.91 20.96 4.74 -
YUV 115.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 225 73 45 0 0.68 0.8 0.12 9.33 0.75 0.53
Hex E1 49 2D 0 44 50 C 9 4B 35
Octal 341 111 55 0 104 120 14 11 113 65
Binary 11100001 1001001 101101 0 1000100 1010000 1100 1001 1001011 110101

Color Harmonies of #E1492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1492D

Black with #E1492D

Text Example


Text Example

White with #E1492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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