Html Css Color HEX #E14632 Cinnabar

📋 copy color: '#E14632'

red 225 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #E14632

Tints of Cinnabar #E14632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

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

R = 65.22%
G = 20.29%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E14632 (or 0xE14632) is known color: Cinnabar. HEX triplet: E1, 46 and 32. RGB value is (225,70,50). Sum of RGB (Red+Green+Blue) = 225+70+50=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E14632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14632 is #1EB9CD. Grayscale: #727272. Windows color (decimal): -2013646 or 3294945. OLE color: 3294945.

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

Color convert

RGB 225 70 50 -
CMYK 0 0.69 0.78 0.12
HSL 6.86º 0.74% 0.54% -
HSV(B) 6.86º 0.78% 0.88% -
XYZ 33.82 20.62 5.21 -
YUV 114.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 225 70 50 0 0.69 0.78 0.12 6.86 0.74 0.54
Hex E1 46 32 0 45 4E C 7 4A 36
Octal 341 106 62 0 105 116 14 7 112 66
Binary 11100001 1000110 110010 0 1000101 1001110 1100 111 1001010 110110

Color Harmonies of #E14632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14632

Black with #E14632

Text Example


Text Example

White with #E14632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14632; }

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

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

background-color css

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

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

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

border-color css

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

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

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