#E7381F

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

Shades of Cinnabar #E7381F

Tints of Cinnabar #E7381F

Color information

#E7381F (or 0xE7381F) is unknown color: approx Cinnabar. HEX triplet: E7, 38 and 1F. RGB value is (231,56,31). Sum of RGB (Red+Green+Blue) = 231+56+31=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E7381F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7381F is #18C7E0. Grayscale: #696969. Windows color (decimal): -1624033 or 2046183. OLE color: 2046183.

HSL color Cylindrical-coordinate representation of color #E7381F: hue angle of 7.5º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7381F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB2315631-
CMYK00.760.870.09
HSL7.5º80.65%51.37%-
HSV(B)7.5º86.58%90.59%-
XYZ34.6219.923.32-
YUV105.4885.98217.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 72.64%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=72.64%
G=17.61%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231563100.760.870.097.580.6551.37
HexE7381F04C57985133
Octal34770370114127111012163
Binary1110011111100011111010011001010111100110001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7381F; }

 p { color: rgb(231,56,31); }

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

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

 a { background-color: rgb(231,56,31); }

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

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

 span { border-color: rgb(231,56,31); }

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