#e14f1d

Color #E14F1D Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E14F1D

Tints of Cinnabar #E14F1D

Color information

#E14F1D (or 0xE14F1D) is unknown color: approx Cinnabar. HEX triplet: E1, 4F and 1D. RGB value is (225,79,29). Sum of RGB (Red+Green+Blue) = 225+79+29=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14F1D is #1EB0E2. Grayscale: #757575. Windows color (decimal): -2011363 or 1920993. OLE color: 1920993.

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

Color convert

RGB2257929-
CMYK00.650.870.12
HSL15.31º77.17%49.8%-
HSV(B)15.31º87.11%88.24%-
XYZ34.0721.693.55-
YUV116.9578.37205.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.57%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 29 (11.72% from 255) = 8.71%
R=67.57%
G=23.72%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225792900.650.870.1215.3177.1749.8
HexE14F1D04157Cf4d32
Octal341117350101127141711562
Binary11100001100111111101010000011010111110011111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e14f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e14f1d; }

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

 H1.HeaderClassName
 {
   color: #e14f1d;
 }
 .AnyTagClassName
 {
   color: #e14f1d;
 }
</style>
background-color css

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

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

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

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

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

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