Html Css Color HEX #E14232 Cinnabar

📋 copy color: '#E14232'

red 225 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #E14232

Tints of Cinnabar #E14232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 65.98%
G = 19.35%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E14232 (or 0xE14232) is known color: Cinnabar. HEX triplet: E1, 42 and 32. RGB value is (225,66,50). Sum of RGB (Red+Green+Blue) = 225+66+50=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E14232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14232 is #1EBDCD. Grayscale: #6F6F6F. Windows color (decimal): -2014670 or 3293921. OLE color: 3293921.

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

Color convert

RGB 225 66 50 -
CMYK 0 0.71 0.78 0.12
HSL 5.49º 0.74% 0.54% -
HSV(B) 5.49º 0.78% 0.88% -
XYZ 33.58 20.13 5.13 -
YUV 111.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 225 66 50 0 0.71 0.78 0.12 5.49 0.74 0.54
Hex E1 42 32 0 47 4E C 5 4A 36
Octal 341 102 62 0 107 116 14 5 112 66
Binary 11100001 1000010 110010 0 1000111 1001110 1100 101 1001010 110110

Color Harmonies of #E14232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14232

Black with #E14232

Text Example


Text Example

White with #E14232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14232; }

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

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

background-color css

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

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

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

border-color css

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

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

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