Html Css Color HEX #E14934 Cinnabar

📋 copy color: '#E14934'

red 225 ◦ green 73 ◦ blue 52

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

Shades of Cinnabar #E14934

Tints of Cinnabar #E14934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 64.29%
G = 20.86%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E14934 (or 0xE14934) is known color: Cinnabar. HEX triplet: E1, 49 and 34. RGB value is (225,73,52). Sum of RGB (Red+Green+Blue) = 225+73+52=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E14934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14934 is #1EB6CB. Grayscale: #747474. Windows color (decimal): -2012876 or 3426785. OLE color: 3426785.

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

Color convert

RGB 225 73 52 -
CMYK 0 0.68 0.77 0.12
HSL 7.28º 0.74% 0.54% -
HSV(B) 7.28º 0.77% 0.88% -
XYZ 34.05 21.02 5.51 -
YUV 116.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 225 73 52 0 0.68 0.77 0.12 7.28 0.74 0.54
Hex E1 49 34 0 44 4D C 7 4A 36
Octal 341 111 64 0 104 115 14 7 112 66
Binary 11100001 1001001 110100 0 1000100 1001101 1100 111 1001010 110110

Color Harmonies of #E14934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14934

Black with #E14934

Text Example


Text Example

White with #E14934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14934; }

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

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

background-color css

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

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

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

border-color css

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

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

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