Html Css Color HEX #E14846 Cinnabar

📋 copy color: '#E14846'

red 225 ◦ green 72 ◦ blue 70

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

Shades of Cinnabar #E14846

Tints of Cinnabar #E14846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

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

R = 61.31%
G = 19.62%
B = 19.07%

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

#E14846 (or 0xE14846) is known color: Cinnabar. HEX triplet: E1, 48 and 46. RGB value is (225,72,70). Sum of RGB (Red+Green+Blue) = 225+72+70=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E14846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14846 is #1EB7B9. Grayscale: #757575. Windows color (decimal): -2013114 or 4606177. OLE color: 4606177.

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

Color convert

RGB 225 72 70 -
CMYK 0 0.68 0.69 0.12
HSL 0.77º 0.72% 0.58% -
HSV(B) 0.77º 0.69% 0.88% -
XYZ 34.47 21.08 8.05 -
YUV 117.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 225 72 70 0 0.68 0.69 0.12 0.77 0.72 0.58
Hex E1 48 46 0 44 45 C 1 48 3A
Octal 341 110 106 0 104 105 14 1 110 72
Binary 11100001 1001000 1000110 0 1000100 1000101 1100 1 1001000 111010

Color Harmonies of #E14846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14846

Black with #E14846

Text Example


Text Example

White with #E14846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14846; }

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

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

background-color css

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

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

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

border-color css

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

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

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