Html Css Color HEX #E14737 Cinnabar

📋 copy color: '#E14737'

red 225 ◦ green 71 ◦ blue 55

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

Shades of Cinnabar #E14737

Tints of Cinnabar #E14737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

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

R = 64.1%
G = 20.23%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E14737 (or 0xE14737) is known color: Cinnabar. HEX triplet: E1, 47 and 37. RGB value is (225,71,55). Sum of RGB (Red+Green+Blue) = 225+71+55=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E14737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14737 is #1EB8C8. Grayscale: #737373. Windows color (decimal): -2013385 or 3622881. OLE color: 3622881.

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

Color convert

RGB 225 71 55 -
CMYK 0 0.68 0.76 0.12
HSL 5.65º 0.74% 0.55% -
HSV(B) 5.65º 0.76% 0.88% -
XYZ 33.99 20.79 5.84 -
YUV 115.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 225 71 55 0 0.68 0.76 0.12 5.65 0.74 0.55
Hex E1 47 37 0 44 4C C 6 4A 37
Octal 341 107 67 0 104 114 14 6 112 67
Binary 11100001 1000111 110111 0 1000100 1001100 1100 110 1001010 110111

Color Harmonies of #E14737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14737

Black with #E14737

Text Example


Text Example

White with #E14737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14737; }

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

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

background-color css

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

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

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

border-color css

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

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

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