Html Css Color HEX #E14139 Cinnabar

📋 copy color: '#E14139'

red 225 ◦ green 65 ◦ blue 57

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

Shades of Cinnabar #E14139

Tints of Cinnabar #E14139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 57 (22.66% from 255) = 16.43%

R = 64.84%
G = 18.73%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E14139 (or 0xE14139) is known color: Cinnabar. HEX triplet: E1, 41 and 39. RGB value is (225,65,57). Sum of RGB (Red+Green+Blue) = 225+65+57=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E14139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14139 is #1EBEC6. Grayscale: #707070. Windows color (decimal): -2014919 or 3752417. OLE color: 3752417.

HSL color Cylindrical-coordinate representation of color #E14139: hue angle of 2.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E14139 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 57 -
CMYK 0 0.71 0.75 0.12
HSL 2.86º 0.74% 0.55% -
HSV(B) 2.86º 0.75% 0.88% -
XYZ 33.68 20.08 5.97 -
YUV 111.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 225 65 57 0 0.71 0.75 0.12 2.86 0.74 0.55
Hex E1 41 39 0 47 4B C 3 4A 37
Octal 341 101 71 0 107 113 14 3 112 67
Binary 11100001 1000001 111001 0 1000111 1001011 1100 11 1001010 110111

Color Harmonies of #E14139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14139

Black with #E14139

Text Example


Text Example

White with #E14139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14139; }

 p { color: rgb(225,65,57); }

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

background-color css

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

 a { background-color: rgb(225,65,57); }

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

border-color css

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

 span { border-color: rgb(225,65,57); }

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