Html Css Color HEX #E14440 Cinnabar

📋 copy color: '#E14440'

red 225 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #E14440

Tints of Cinnabar #E14440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 63.03%
G = 19.05%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E14440 (or 0xE14440) is known color: Cinnabar. HEX triplet: E1, 44 and 40. RGB value is (225,68,64). Sum of RGB (Red+Green+Blue) = 225+68+64=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E14440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14440 is #1EBBBF. Grayscale: #727272. Windows color (decimal): -2014144 or 4211937. OLE color: 4211937.

HSL color Cylindrical-coordinate representation of color #E14440: hue angle of 1.49º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14440 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 64 -
CMYK 0 0.70 0.72 0.12
HSL 1.49º 0.73% 0.57% -
HSV(B) 1.49º 0.72% 0.88% -
XYZ 34.04 20.51 7.02 -
YUV 114.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 225 68 64 0 0.70 0.72 0.12 1.49 0.73 0.57
Hex E1 44 40 0 46 48 C 1 49 39
Octal 341 104 100 0 106 110 14 1 111 71
Binary 11100001 1000100 1000000 0 1000110 1001000 1100 1 1001001 111001

Color Harmonies of #E14440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14440

Black with #E14440

Text Example


Text Example

White with #E14440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14440; }

 p { color: rgb(225,68,64); }

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

background-color css

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

 a { background-color: rgb(225,68,64); }

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

border-color css

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

 span { border-color: rgb(225,68,64); }

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