#993C1E

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

Shades of Fire #993C1E

Tints of Fire #993C1E

Color information

#993C1E (or 0x993C1E) is unknown color: approx Fire. HEX triplet: 99, 3C and 1E. RGB value is (153,60,30). Sum of RGB (Red+Green+Blue) = 153+60+30=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #993C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C1E is #66C3E1. Grayscale: #545454. Windows color (decimal): -6734818 or 1981593. OLE color: 1981593.

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

Color convert

RGB1536030-
CMYK00.610.800.4
HSL14.63º67.21%35.88%-
HSV(B)14.63º80.39%60%-
XYZ14.9910.12.39-
YUV84.3997.31176.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 30 (12.11% from 255) = 12.35%
R=62.96%
G=24.69%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153603000.610.800.414.6367.2135.88
Hex993C1E03D5028f4324
Octal2317436075120501710344
Binary10011001111100111100111101101000010100011111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,60,30); }

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

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

 a { background-color: rgb(153,60,30); }

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

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

 span { border-color: rgb(153,60,30); }

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