#993B1C

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

Shades of Fire #993B1C

Tints of Fire #993B1C

Color information

#993B1C (or 0x993B1C) is unknown color: approx Fire. HEX triplet: 99, 3B and 1C. RGB value is (153,59,28). Sum of RGB (Red+Green+Blue) = 153+59+28=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B1C is #66C4E3. Grayscale: #535353. Windows color (decimal): -6735076 or 1850265. OLE color: 1850265.

HSL color Cylindrical-coordinate representation of color #993B1C: hue angle of 14.88º 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 #993B1C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1535928-
CMYK00.610.820.4
HSL14.88º69.06%35.49%-
HSV(B)14.88º81.7%60%-
XYZ14.919.982.24-
YUV83.5796.64177.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 28 (11.33% from 255) = 11.67%
R=63.75%
G=24.58%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153592800.610.820.414.8869.0635.49
Hex993B1C03D5228f4523
Octal2317334075122501710543
Binary10011001111011111000111101101001010100011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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