Html Css Color HEX #E14537 Cinnabar

📋 copy color: '#E14537'

red 225 ◦ green 69 ◦ blue 55

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

Shades of Cinnabar #E14537

Tints of Cinnabar #E14537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 64.47%
G = 19.77%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E14537 (or 0xE14537) is known color: Cinnabar. HEX triplet: E1, 45 and 37. RGB value is (225,69,55). Sum of RGB (Red+Green+Blue) = 225+69+55=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E14537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14537 is #1EBAC8. Grayscale: #727272. Windows color (decimal): -2013897 or 3622369. OLE color: 3622369.

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

Color convert

RGB 225 69 55 -
CMYK 0 0.69 0.76 0.12
HSL 4.94º 0.74% 0.55% -
HSV(B) 4.94º 0.76% 0.88% -
XYZ 33.87 20.54 5.79 -
YUV 114.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 225 69 55 0 0.69 0.76 0.12 4.94 0.74 0.55
Hex E1 45 37 0 45 4C C 5 4A 37
Octal 341 105 67 0 105 114 14 5 112 67
Binary 11100001 1000101 110111 0 1000101 1001100 1100 101 1001010 110111

Color Harmonies of #E14537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14537

Black with #E14537

Text Example


Text Example

White with #E14537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14537; }

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

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

background-color css

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

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

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

border-color css

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

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

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