Html Css Color HEX #E14F1E Cinnabar

📋 copy color: '#E14F1E'

red 225 ◦ green 79 ◦ blue 30

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

Shades of Cinnabar #E14F1E

Tints of Cinnabar #E14F1E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

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

R = 67.37%
G = 23.65%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E14F1E (or 0xE14F1E) is known color: Cinnabar. HEX triplet: E1, 4F and 1E. RGB value is (225,79,30). Sum of RGB (Red+Green+Blue) = 225+79+30=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14F1E is #1EB0E1. Grayscale: #757575. Windows color (decimal): -2011362 or 1986529. OLE color: 1986529.

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

Color convert

RGB 225 79 30 -
CMYK 0 0.65 0.87 0.12
HSL 15.08º 0.76% 0.5% -
HSV(B) 15.08º 0.87% 0.88% -
XYZ 34.08 21.69 3.62 -
YUV 117.07 78.87 204.98 -
System Red Green Blue C M Y K H S L
Decimal 225 79 30 0 0.65 0.87 0.12 15.08 0.76 0.5
Hex E1 4F 1E 0 41 57 C F 4C 32
Octal 341 117 36 0 101 127 14 17 114 62
Binary 11100001 1001111 11110 0 1000001 1010111 1100 1111 1001100 110010

Color Harmonies of #E14F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F1E

Black with #E14F1E

Text Example


Text Example

White with #E14F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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