#E5381F

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

Shades of Cinnabar #E5381F

Tints of Cinnabar #E5381F

Color information

#E5381F (or 0xE5381F) is unknown color: approx Cinnabar. HEX triplet: E5, 38 and 1F. RGB value is (229,56,31). Sum of RGB (Red+Green+Blue) = 229+56+31=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E5381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5381F is #1AC7E0. Grayscale: #696969. Windows color (decimal): -1755105 or 2046181. OLE color: 2046181.

HSL color Cylindrical-coordinate representation of color #E5381F: hue angle of 7.58º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5381F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB2295631-
CMYK00.760.860.10
HSL7.58º79.2%50.98%-
HSV(B)7.58º86.46%89.8%-
XYZ33.9719.593.29-
YUV104.8886.31216.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 72.47%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=72.47%
G=17.72%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229563100.760.860.107.5879.250.98
HexE5381F04C56A84f33
Octal34570370114126121011763
Binary1110010111100011111010011001010110101010001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5381F; }

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

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

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

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

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

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

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

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