Html Css Color HEX #E1471D Cinnabar

📋 copy color: '#E1471D'

red 225 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #E1471D

Tints of Cinnabar #E1471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 69.23%
G = 21.85%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1471D (or 0xE1471D) is known color: Cinnabar. HEX triplet: E1, 47 and 1D. RGB value is (225,71,29). Sum of RGB (Red+Green+Blue) = 225+71+29=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1471D is #1EB8E2. Grayscale: #707070. Windows color (decimal): -2013411 or 1918945. OLE color: 1918945.

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

Color convert

RGB 225 71 29 -
CMYK 0 0.68 0.87 0.12
HSL 12.86º 0.77% 0.5% -
HSV(B) 12.86º 0.87% 0.88% -
XYZ 33.53 20.6 3.37 -
YUV 112.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 225 71 29 0 0.68 0.87 0.12 12.86 0.77 0.5
Hex E1 47 1D 0 44 57 C D 4D 32
Octal 341 107 35 0 104 127 14 15 115 62
Binary 11100001 1000111 11101 0 1000100 1010111 1100 1101 1001101 110010

Color Harmonies of #E1471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1471D

Black with #E1471D

Text Example


Text Example

White with #E1471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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