Html Css Color HEX #E14C3C Cinnabar

📋 copy color: '#E14C3C'

red 225 ◦ green 76 ◦ blue 60

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

Shades of Cinnabar #E14C3C

Tints of Cinnabar #E14C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 62.33%
G = 21.05%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E14C3C (or 0xE14C3C) is known color: Cinnabar. HEX triplet: E1, 4C and 3C. RGB value is (225,76,60). Sum of RGB (Red+Green+Blue) = 225+76+60=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C3C is #1EB3C3. Grayscale: #767676. Windows color (decimal): -2012100 or 3951841. OLE color: 3951841.

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

Color convert

RGB 225 76 60 -
CMYK 0 0.66 0.73 0.12
HSL 5.82º 0.73% 0.56% -
HSV(B) 5.82º 0.73% 0.88% -
XYZ 34.45 21.5 6.61 -
YUV 118.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 225 76 60 0 0.66 0.73 0.12 5.82 0.73 0.56
Hex E1 4C 3C 0 42 49 C 6 49 38
Octal 341 114 74 0 102 111 14 6 111 70
Binary 11100001 1001100 111100 0 1000010 1001001 1100 110 1001001 111000

Color Harmonies of #E14C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C3C

Black with #E14C3C

Text Example


Text Example

White with #E14C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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