Html Css Color HEX #E1472D Cinnabar

📋 copy color: '#E1472D'

red 225 ◦ green 71 ◦ blue 45

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

Shades of Cinnabar #E1472D

Tints of Cinnabar #E1472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 65.98%
G = 20.82%
B = 13.2%

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

#E1472D (or 0xE1472D) is known color: Cinnabar. HEX triplet: E1, 47 and 2D. RGB value is (225,71,45). Sum of RGB (Red+Green+Blue) = 225+71+45=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1472D is #1EB8D2. Grayscale: #727272. Windows color (decimal): -2013395 or 2967521. OLE color: 2967521.

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

Color convert

RGB 225 71 45 -
CMYK 0 0.68 0.8 0.12
HSL 8.67º 0.75% 0.53% -
HSV(B) 8.67º 0.8% 0.88% -
XYZ 33.78 20.7 4.7 -
YUV 114.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 225 71 45 0 0.68 0.8 0.12 8.67 0.75 0.53
Hex E1 47 2D 0 44 50 C 9 4B 35
Octal 341 107 55 0 104 120 14 11 113 65
Binary 11100001 1000111 101101 0 1000100 1010000 1100 1001 1001011 110101

Color Harmonies of #E1472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1472D

Black with #E1472D

Text Example


Text Example

White with #E1472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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