Shades of Fire #993C19
Tints of Fire #993C19
RGB
CMYK
RGB Variations
Color information
#993C19 (or 0x993C19) is known color: Fire. HEX triplet: 99, 3C and 19. RGB value is (153,60,25). Sum of RGB (Red+Green+Blue) = 153+60+25=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C19 is #66C3E6. Grayscale: #545454. Windows color (decimal): -6734823 or 1653913. OLE color: 1653913.
HSL color Cylindrical-coordinate representation of color #993C19: hue angle of 16.41º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993C19 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 25 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.4 |
| HSL | 16.41º | 0.72% | 0.35% | - |
| HSV(B) | 16.41º | 0.84% | 0.6% | - |
| XYZ | 14.93 | 10.07 | 2.08 | - |
| YUV | 83.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 25 | 0 | 0.61 | 0.84 | 0.4 | 16.41 | 0.72 | 0.35 |
| Hex | 99 | 3C | 19 | 0 | 3D | 54 | 28 | 10 | 48 | 23 |
| Octal | 231 | 74 | 31 | 0 | 75 | 124 | 50 | 20 | 110 | 43 |
| Binary | 10011001 | 111100 | 11001 | 0 | 111101 | 1010100 | 101000 | 10000 | 1001000 | 100011 |
Color Harmonies of #993C19
Complementary color
Monochromatic Colors of #993C19
Black with #993C19
Text Example
Text Example
White with #993C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C19; }
p { color: rgb(153,60,25); }
H1.HeaderClassName
{
color: #993C19;
}
.AnyTagClassName
{
color: #993C19;
}
</style>
background-color css
<style>
a { background-color: #993C19; }
a { background-color: rgb(153,60,25); }
div.DivClassName
{
background-color: #993C19;
}
.BgClassName
{
background-color: #993C19;
}
</style>
border-color css
<style>
span { border-color: #993C19; }
span { border-color: rgb(153,60,25); }
td.TdClassName
{
border-color: #993C19;
}
.TagClassName
{
border-color: #993C19;
}
</style>