Html Css Color HEX #E1473D Cinnabar

📋 copy color: '#E1473D'

red 225 ◦ green 71 ◦ blue 61

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

Shades of Cinnabar #E1473D

Tints of Cinnabar #E1473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 63.03%
G = 19.89%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1473D (or 0xE1473D) is known color: Cinnabar. HEX triplet: E1, 47 and 3D. RGB value is (225,71,61). Sum of RGB (Red+Green+Blue) = 225+71+61=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1473D is #1EB8C2. Grayscale: #747474. Windows color (decimal): -2013379 or 4016097. OLE color: 4016097.

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

Color convert

RGB 225 71 61 -
CMYK 0 0.68 0.73 0.12
HSL 3.66º 0.73% 0.56% -
HSV(B) 3.66º 0.73% 0.88% -
XYZ 34.15 20.85 6.64 -
YUV 115.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 225 71 61 0 0.68 0.73 0.12 3.66 0.73 0.56
Hex E1 47 3D 0 44 49 C 4 49 38
Octal 341 107 75 0 104 111 14 4 111 70
Binary 11100001 1000111 111101 0 1000100 1001001 1100 100 1001001 111000

Color Harmonies of #E1473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1473D

Black with #E1473D

Text Example


Text Example

White with #E1473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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