Html Css Color HEX #E14D3F Cinnabar

📋 copy color: '#E14D3F'

red 225 ◦ green 77 ◦ blue 63

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

Shades of Cinnabar #E14D3F

Tints of Cinnabar #E14D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 61.64%
G = 21.1%
B = 17.26%

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

#E14D3F (or 0xE14D3F) is known color: Cinnabar. HEX triplet: E1, 4D and 3F. RGB value is (225,77,63). Sum of RGB (Red+Green+Blue) = 225+77+63=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D3F is #1EB2C0. Grayscale: #777777. Windows color (decimal): -2011841 or 4148705. OLE color: 4148705.

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

Color convert

RGB 225 77 63 -
CMYK 0 0.66 0.72 0.12
HSL 5.19º 0.73% 0.56% -
HSV(B) 5.19º 0.72% 0.88% -
XYZ 34.6 21.67 7.06 -
YUV 119.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 225 77 63 0 0.66 0.72 0.12 5.19 0.73 0.56
Hex E1 4D 3F 0 42 48 C 5 49 38
Octal 341 115 77 0 102 110 14 5 111 70
Binary 11100001 1001101 111111 0 1000010 1001000 1100 101 1001001 111000

Color Harmonies of #E14D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D3F

Black with #E14D3F

Text Example


Text Example

White with #E14D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D3F; }

 p { color: rgb(225,77,63); }

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

background-color css

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

 a { background-color: rgb(225,77,63); }

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

border-color css

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

 span { border-color: rgb(225,77,63); }

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