#E73B1F

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

Shades of Cinnabar #E73B1F

Tints of Cinnabar #E73B1F

Color information

#E73B1F (or 0xE73B1F) is unknown color: approx Cinnabar. HEX triplet: E7, 3B and 1F. RGB value is (231,59,31). Sum of RGB (Red+Green+Blue) = 231+59+31=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E73B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73B1F is #18C4E0. Grayscale: #6B6B6B. Windows color (decimal): -1623265 or 2046951. OLE color: 2046951.

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

Color convert

RGB2315931-
CMYK00.740.870.09
HSL8.4º80.65%51.37%-
HSV(B)8.4º86.58%90.59%-
XYZ34.7720.223.37-
YUV107.2484.98216.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.96%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 31 (12.5% from 255) = 9.66%
R=71.96%
G=18.38%
B=9.66%

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
Decimal231593100.740.870.098.480.6551.37
HexE73B1F04A57985133
Octal34773370112127111012163
Binary1110011111101111111010010101010111100110001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73B1F; }

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

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

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

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

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

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

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

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