#E1371F

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

Shades of Cinnabar #E1371F

Tints of Cinnabar #E1371F

Color information

#E1371F (or 0xE1371F) is unknown color: approx Cinnabar. HEX triplet: E1, 37 and 1F. RGB value is (225,55,31). Sum of RGB (Red+Green+Blue) = 225+55+31=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E1371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1371F is #1EC8E0. Grayscale: #676767. Windows color (decimal): -2017505 or 2045921. OLE color: 2045921.

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

Color convert

RGB2255531-
CMYK00.760.860.12
HSL7.42º76.38%50.2%-
HSV(B)7.42º86.22%88.24%-
XYZ32.6618.843.21-
YUV103.0987.32214.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.35%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=72.35%
G=17.68%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225553100.760.860.127.4276.3850.2
HexE1371F04C56C74c32
Octal3416737011412614711462
Binary111000011101111111101001100101011011001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1371F; }

 p { color: rgb(225,55,31); }

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

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

 a { background-color: rgb(225,55,31); }

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

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

 span { border-color: rgb(225,55,31); }

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