Shades of Fire #993C20
Tints of Fire #993C20
RGB
CMYK
RGB Variations
Color information
#993C20 (or 0x993C20) is known color: Fire. HEX triplet: 99, 3C and 20. RGB value is (153,60,32). Sum of RGB (Red+Green+Blue) = 153+60+32=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C20 is #66C3DF. Grayscale: #545454. Windows color (decimal): -6734816 or 2112665. OLE color: 2112665.
HSL color Cylindrical-coordinate representation of color #993C20: hue angle of 13.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #993C20 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 32 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.4 |
| HSL | 13.88º | 0.65% | 0.36% | - |
| HSV(B) | 13.88º | 0.79% | 0.6% | - |
| XYZ | 15.01 | 10.11 | 2.53 | - |
| YUV | 84.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 32 | 0 | 0.61 | 0.79 | 0.4 | 13.88 | 0.65 | 0.36 |
| Hex | 99 | 3C | 20 | 0 | 3D | 4F | 28 | E | 41 | 24 |
| Octal | 231 | 74 | 40 | 0 | 75 | 117 | 50 | 16 | 101 | 44 |
| Binary | 10011001 | 111100 | 100000 | 0 | 111101 | 1001111 | 101000 | 1110 | 1000001 | 100100 |
Color Harmonies of #993C20
Complementary color
Monochromatic Colors of #993C20
Black with #993C20
Text Example
Text Example
White with #993C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C20; }
p { color: rgb(153,60,32); }
H1.HeaderClassName
{
color: #993C20;
}
.AnyTagClassName
{
color: #993C20;
}
</style>
background-color css
<style>
a { background-color: #993C20; }
a { background-color: rgb(153,60,32); }
div.DivClassName
{
background-color: #993C20;
}
.BgClassName
{
background-color: #993C20;
}
</style>
border-color css
<style>
span { border-color: #993C20; }
span { border-color: rgb(153,60,32); }
td.TdClassName
{
border-color: #993C20;
}
.TagClassName
{
border-color: #993C20;
}
</style>