Html Css Color HEX #E14832 Cinnabar

📋 copy color: '#E14832'

red 225 ◦ green 72 ◦ blue 50

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

Shades of Cinnabar #E14832

Tints of Cinnabar #E14832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 64.84%
G = 20.75%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E14832 (or 0xE14832) is known color: Cinnabar. HEX triplet: E1, 48 and 32. RGB value is (225,72,50). Sum of RGB (Red+Green+Blue) = 225+72+50=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E14832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14832 is #1EB7CD. Grayscale: #737373. Windows color (decimal): -2013134 or 3295457. OLE color: 3295457.

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

Color convert

RGB 225 72 50 -
CMYK 0 0.68 0.78 0.12
HSL 7.54º 0.74% 0.54% -
HSV(B) 7.54º 0.78% 0.88% -
XYZ 33.94 20.87 5.26 -
YUV 115.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 225 72 50 0 0.68 0.78 0.12 7.54 0.74 0.54
Hex E1 48 32 0 44 4E C 8 4A 36
Octal 341 110 62 0 104 116 14 10 112 66
Binary 11100001 1001000 110010 0 1000100 1001110 1100 1000 1001010 110110

Color Harmonies of #E14832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14832

Black with #E14832

Text Example


Text Example

White with #E14832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14832; }

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

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

background-color css

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

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

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

border-color css

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

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

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