#993A1D

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

Shades of Fire #993A1D

Tints of Fire #993A1D

Color information

#993A1D (or 0x993A1D) is unknown color: approx Fire. HEX triplet: 99, 3A and 1D. RGB value is (153,58,29). Sum of RGB (Red+Green+Blue) = 153+58+29=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A1D is #66C5E2. Grayscale: #535353. Windows color (decimal): -6735331 or 1915545. OLE color: 1915545.

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

Color convert

RGB1535829-
CMYK00.620.810.4
HSL14.03º68.13%35.69%-
HSV(B)14.03º81.05%60%-
XYZ14.879.892.29-
YUV83.197.47177.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=63.75%
G=24.17%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153582900.620.810.414.0368.1335.69
Hex993A1D03E5128e4424
Octal2317235076121501610444
Binary10011001111010111010111110101000110100011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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