Html Css Color HEX #E14544 Cinnabar

📋 copy color: '#E14544'

red 225 ◦ green 69 ◦ blue 68

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

Shades of Cinnabar #E14544

Tints of Cinnabar #E14544

RGB

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

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

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

R = 62.15%
G = 19.06%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E14544 (or 0xE14544) is known color: Cinnabar. HEX triplet: E1, 45 and 44. RGB value is (225,69,68). Sum of RGB (Red+Green+Blue) = 225+69+68=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E14544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14544 is #1EBABB. Grayscale: #737373. Windows color (decimal): -2013884 or 4474337. OLE color: 4474337.

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

Color convert

RGB 225 69 68 -
CMYK 0 0.69 0.70 0.12
HSL 0.38º 0.72% 0.57% -
HSV(B) 0.38º 0.7% 0.88% -
XYZ 34.22 20.68 7.66 -
YUV 115.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 225 69 68 0 0.69 0.70 0.12 0.38 0.72 0.57
Hex E1 45 44 0 45 46 C 0 48 39
Octal 341 105 104 0 105 106 14 0 110 71
Binary 11100001 1000101 1000100 0 1000101 1000110 1100 0 1001000 111001

Color Harmonies of #E14544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14544

Black with #E14544

Text Example


Text Example

White with #E14544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14544; }

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

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

background-color css

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

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

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

border-color css

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

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

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