#983A1E

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

Shades of Fire #983A1E

Tints of Fire #983A1E

Color information

#983A1E (or 0x983A1E) is unknown color: approx Fire. HEX triplet: 98, 3A and 1E. RGB value is (152,58,30). Sum of RGB (Red+Green+Blue) = 152+58+30=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #983A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A1E is #67C5E1. Grayscale: #535353. Windows color (decimal): -6800866 or 1981080. OLE color: 1981080.

HSL color Cylindrical-coordinate representation of color #983A1E: hue angle of 13.77º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #983A1E is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1525830-
CMYK00.620.800.40
HSL13.77º67.03%35.69%-
HSV(B)13.77º80.26%59.61%-
XYZ14.79.82.34-
YUV82.9198.14177.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=63.33%
G=24.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152583000.620.800.4013.7767.0335.69
Hex983A1E03E5028e4324
Octal2307236076120501610344
Binary10011000111010111100111110101000010100011101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983A1E; }

 p { color: rgb(152,58,30); }

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

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

 a { background-color: rgb(152,58,30); }

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

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

 span { border-color: rgb(152,58,30); }

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