#993C1C

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

Shades of Fire #993C1C

Tints of Fire #993C1C

Color information

#993C1C (or 0x993C1C) is unknown color: approx Fire. HEX triplet: 99, 3C and 1C. RGB value is (153,60,28). Sum of RGB (Red+Green+Blue) = 153+60+28=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C1C is #66C3E3. Grayscale: #545454. Windows color (decimal): -6734820 or 1850521. OLE color: 1850521.

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

Color convert

RGB1536028-
CMYK00.610.820.4
HSL15.36º69.06%35.49%-
HSV(B)15.36º81.7%60%-
XYZ14.9610.092.26-
YUV84.1696.31177.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=63.49%
G=24.90%
B=11.62%

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
Decimal153602800.610.820.415.3669.0635.49
Hex993C1C03D5228f4523
Octal2317434075122501710543
Binary10011001111100111000111101101001010100011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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