Html Css Color HEX #E14332 Cinnabar

📋 copy color: '#E14332'

red 225 ◦ green 67 ◦ blue 50

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

Shades of Cinnabar #E14332

Tints of Cinnabar #E14332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

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

R = 65.79%
G = 19.59%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E14332 (or 0xE14332) is known color: Cinnabar. HEX triplet: E1, 43 and 32. RGB value is (225,67,50). Sum of RGB (Red+Green+Blue) = 225+67+50=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E14332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14332 is #1EBCCD. Grayscale: #707070. Windows color (decimal): -2014414 or 3294177. OLE color: 3294177.

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

Color convert

RGB 225 67 50 -
CMYK 0 0.70 0.78 0.12
HSL 5.83º 0.74% 0.54% -
HSV(B) 5.83º 0.78% 0.88% -
XYZ 33.63 20.25 5.15 -
YUV 112.3 92.85 208.38 -
System Red Green Blue C M Y K H S L
Decimal 225 67 50 0 0.70 0.78 0.12 5.83 0.74 0.54
Hex E1 43 32 0 46 4E C 6 4A 36
Octal 341 103 62 0 106 116 14 6 112 66
Binary 11100001 1000011 110010 0 1000110 1001110 1100 110 1001010 110110

Color Harmonies of #E14332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14332

Black with #E14332

Text Example


Text Example

White with #E14332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14332; }

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

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

background-color css

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

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

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

border-color css

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

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

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