Html Css Color HEX #E14946 Cinnabar

📋 copy color: '#E14946'

red 225 ◦ green 73 ◦ blue 70

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

Shades of Cinnabar #E14946

Tints of Cinnabar #E14946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 61.14%
G = 19.84%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E14946 (or 0xE14946) is known color: Cinnabar. HEX triplet: E1, 49 and 46. RGB value is (225,73,70). Sum of RGB (Red+Green+Blue) = 225+73+70=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E14946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14946 is #1EB6B9. Grayscale: #767676. Windows color (decimal): -2012858 or 4606433. OLE color: 4606433.

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

Color convert

RGB 225 73 70 -
CMYK 0 0.68 0.69 0.12
HSL 1.16º 0.72% 0.58% -
HSV(B) 1.16º 0.69% 0.88% -
XYZ 34.54 21.21 8.07 -
YUV 118.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 225 73 70 0 0.68 0.69 0.12 1.16 0.72 0.58
Hex E1 49 46 0 44 45 C 1 48 3A
Octal 341 111 106 0 104 105 14 1 110 72
Binary 11100001 1001001 1000110 0 1000100 1000101 1100 1 1001000 111010

Color Harmonies of #E14946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14946

Black with #E14946

Text Example


Text Example

White with #E14946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14946; }

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

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

background-color css

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

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

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

border-color css

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

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

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