#993A1C

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

Shades of Fire #993A1C

Tints of Fire #993A1C

Color information

#993A1C (or 0x993A1C) is unknown color: approx Fire. HEX triplet: 99, 3A and 1C. RGB value is (153,58,28). Sum of RGB (Red+Green+Blue) = 153+58+28=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #993A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A1C is #66C5E3. Grayscale: #535353. Windows color (decimal): -6735332 or 1850009. OLE color: 1850009.

HSL color Cylindrical-coordinate representation of color #993A1C: hue angle of 14.4º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #993A1C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1535828-
CMYK00.620.820.4
HSL14.4º69.06%35.49%-
HSV(B)14.4º81.7%60%-
XYZ14.869.882.22-
YUV82.9996.97177.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 28 (11.33% from 255) = 11.72%
R=64.02%
G=24.27%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153582800.620.820.414.469.0635.49
Hex993A1C03E5228e4523
Octal2317234076122501610543
Binary10011001111010111000111110101001010100011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A1C; }

 p { color: rgb(153,58,28); }

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

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

 a { background-color: rgb(153,58,28); }

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

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

 span { border-color: rgb(153,58,28); }

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