#e73b1e

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

Shades of Cinnabar #E73B1E

Tints of Cinnabar #E73B1E

Color information

#E73B1E (or 0xE73B1E) is unknown color: approx Cinnabar. HEX triplet: E7, 3B and 1E. RGB value is (231,59,30). Sum of RGB (Red+Green+Blue) = 231+59+30=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E73B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73B1E is #18C4E1. Grayscale: #6B6B6B. Windows color (decimal): -1623266 or 1981415. OLE color: 1981415.

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

Color convert

RGB2315930-
CMYK00.740.870.09
HSL8.66º80.72%51.18%-
HSV(B)8.66º87.01%90.59%-
XYZ34.7520.213.3-
YUV107.1284.48216.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 72.19%
GREEN value IS 59 (23.44% from 255) = 18.44%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=72.19%
G=18.44%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231593000.740.870.098.6680.7251.18
HexE73B1E04A57995133
Octal34773360112127111112163
Binary1110011111101111110010010101010111100110011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e73b1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e73b1e; }

 p { color: rgb(231,59,30); }

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

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

 a { background-color: rgb(231,59,30); }

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

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

 span { border-color: rgb(231,59,30); }

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