Html Css Color HEX #E14D1E Cinnabar

📋 copy color: '#E14D1E'

red 225 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #E14D1E

Tints of Cinnabar #E14D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 67.77%
G = 23.19%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E14D1E (or 0xE14D1E) is known color: Cinnabar. HEX triplet: E1, 4D and 1E. RGB value is (225,77,30). Sum of RGB (Red+Green+Blue) = 225+77+30=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D1E is #1EB2E1. Grayscale: #747474. Windows color (decimal): -2011874 or 1986017. OLE color: 1986017.

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

Color convert

RGB 225 77 30 -
CMYK 0 0.66 0.87 0.12
HSL 14.46º 0.76% 0.5% -
HSV(B) 14.46º 0.87% 0.88% -
XYZ 33.94 21.41 3.57 -
YUV 115.89 79.53 205.82 -
System Red Green Blue C M Y K H S L
Decimal 225 77 30 0 0.66 0.87 0.12 14.46 0.76 0.5
Hex E1 4D 1E 0 42 57 C E 4C 32
Octal 341 115 36 0 102 127 14 16 114 62
Binary 11100001 1001101 11110 0 1000010 1010111 1100 1110 1001100 110010

Color Harmonies of #E14D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D1E

Black with #E14D1E

Text Example


Text Example

White with #E14D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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