Html Css Color HEX #E1472B Cinnabar

📋 copy color: '#E1472B'

red 225 ◦ green 71 ◦ blue 43

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

Shades of Cinnabar #E1472B

Tints of Cinnabar #E1472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.68%

R = 66.37%
G = 20.94%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1472B (or 0xE1472B) is known color: Cinnabar. HEX triplet: E1, 47 and 2B. RGB value is (225,71,43). Sum of RGB (Red+Green+Blue) = 225+71+43=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1472B is #1EB8D4. Grayscale: #727272. Windows color (decimal): -2013397 or 2836449. OLE color: 2836449.

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

Color convert

RGB 225 71 43 -
CMYK 0 0.68 0.81 0.12
HSL 9.23º 0.75% 0.53% -
HSV(B) 9.23º 0.81% 0.88% -
XYZ 33.74 20.69 4.5 -
YUV 113.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 225 71 43 0 0.68 0.81 0.12 9.23 0.75 0.53
Hex E1 47 2B 0 44 51 C 9 4B 35
Octal 341 107 53 0 104 121 14 11 113 65
Binary 11100001 1000111 101011 0 1000100 1010001 1100 1001 1001011 110101

Color Harmonies of #E1472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1472B

Black with #E1472B

Text Example


Text Example

White with #E1472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1472B; }

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

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

background-color css

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

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

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

border-color css

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

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

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