Html Css Color HEX #E14844 Cinnabar

📋 copy color: '#E14844'

red 225 ◦ green 72 ◦ blue 68

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

Shades of Cinnabar #E14844

Tints of Cinnabar #E14844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 61.64%
G = 19.73%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E14844 (or 0xE14844) is known color: Cinnabar. HEX triplet: E1, 48 and 44. RGB value is (225,72,68). Sum of RGB (Red+Green+Blue) = 225+72+68=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E14844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14844 is #1EB7BB. Grayscale: #757575. Windows color (decimal): -2013116 or 4475105. OLE color: 4475105.

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

Color convert

RGB 225 72 68 -
CMYK 0 0.68 0.70 0.12
HSL 1.53º 0.72% 0.57% -
HSV(B) 1.53º 0.7% 0.88% -
XYZ 34.41 21.06 7.72 -
YUV 117.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 225 72 68 0 0.68 0.70 0.12 1.53 0.72 0.57
Hex E1 48 44 0 44 46 C 2 48 39
Octal 341 110 104 0 104 106 14 2 110 71
Binary 11100001 1001000 1000100 0 1000100 1000110 1100 10 1001000 111001

Color Harmonies of #E14844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14844

Black with #E14844

Text Example


Text Example

White with #E14844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14844; }

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

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

background-color css

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

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

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

border-color css

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

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

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