Html Css Color HEX #E14540 Cinnabar

📋 copy color: '#E14540'

red 225 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #E14540

Tints of Cinnabar #E14540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.27%

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

R = 62.85%
G = 19.27%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E14540 (or 0xE14540) is known color: Cinnabar. HEX triplet: E1, 45 and 40. RGB value is (225,69,64). Sum of RGB (Red+Green+Blue) = 225+69+64=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E14540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14540 is #1EBABF. Grayscale: #737373. Windows color (decimal): -2013888 or 4212193. OLE color: 4212193.

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

Color convert

RGB 225 69 64 -
CMYK 0 0.69 0.72 0.12
HSL 1.86º 0.73% 0.57% -
HSV(B) 1.86º 0.72% 0.88% -
XYZ 34.1 20.63 7.04 -
YUV 115.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 225 69 64 0 0.69 0.72 0.12 1.86 0.73 0.57
Hex E1 45 40 0 45 48 C 2 49 39
Octal 341 105 100 0 105 110 14 2 111 71
Binary 11100001 1000101 1000000 0 1000101 1001000 1100 10 1001001 111001

Color Harmonies of #E14540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14540

Black with #E14540

Text Example


Text Example

White with #E14540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14540; }

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

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

background-color css

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

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

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

border-color css

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

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

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