#93191C

Color #93191C Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #93191C

Tints of Flame Red #93191C

Color information

#93191C (or 0x93191C) is unknown color: approx Flame Red. HEX triplet: 93, 19 and 1C. RGB value is (147,25,28). Sum of RGB (Red+Green+Blue) = 147+25+28=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93191C is #6CE6E3. Grayscale: #3D3D3D. Windows color (decimal): -7136996 or 1841555. OLE color: 1841555.

HSL color Cylindrical-coordinate representation of color #93191C: hue angle of 358.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93191C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1472528-
CMYK00.830.810.42
HSL358.52º70.93%33.73%-
HSV(B)358.52º82.99%57.65%-
XYZ12.596.981.78-
YUV61.82108.92188.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 28 (11.33% from 255) = 14%
R=73.5%
G=12.5%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147252800.830.810.42358.5270.9333.73
Hex93191C053512A1674722
Octal223313401231215254710742
Binary1001001111001111000101001110100011010101011001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93191C; }

 p { color: rgb(147,25,28); }

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

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

 a { background-color: rgb(147,25,28); }

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

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

 span { border-color: rgb(147,25,28); }

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