Html Css Color HEX #E14C3E Cinnabar

📋 copy color: '#E14C3E'

red 225 ◦ green 76 ◦ blue 62

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

Shades of Cinnabar #E14C3E

Tints of Cinnabar #E14C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 61.98%
G = 20.94%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E14C3E (or 0xE14C3E) is known color: Cinnabar. HEX triplet: E1, 4C and 3E. RGB value is (225,76,62). Sum of RGB (Red+Green+Blue) = 225+76+62=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C3E is #1EB3C1. Grayscale: #777777. Windows color (decimal): -2012098 or 4082913. OLE color: 4082913.

HSL color Cylindrical-coordinate representation of color #E14C3E: hue angle of 5.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14C3E is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 62 -
CMYK 0 0.66 0.72 0.12
HSL 5.15º 0.73% 0.56% -
HSV(B) 5.15º 0.72% 0.88% -
XYZ 34.51 21.52 6.89 -
YUV 118.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 225 76 62 0 0.66 0.72 0.12 5.15 0.73 0.56
Hex E1 4C 3E 0 42 48 C 5 49 38
Octal 341 114 76 0 102 110 14 5 111 70
Binary 11100001 1001100 111110 0 1000010 1001000 1100 101 1001001 111000

Color Harmonies of #E14C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C3E

Black with #E14C3E

Text Example


Text Example

White with #E14C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C3E; }

 p { color: rgb(225,76,62); }

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

background-color css

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

 a { background-color: rgb(225,76,62); }

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

border-color css

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

 span { border-color: rgb(225,76,62); }

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