Shades of Fire #993C1C
Tints of Fire #993C1C
RGB
CMYK
RGB Variations
Color information
#993C1C (or 0x993C1C) is known color: 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
| RGB | 153 | 60 | 28 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.4 |
| HSL | 15.36º | 0.69% | 0.35% | - |
| HSV(B) | 15.36º | 0.82% | 0.6% | - |
| XYZ | 14.96 | 10.09 | 2.26 | - |
| YUV | 84.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 28 | 0 | 0.61 | 0.82 | 0.4 | 15.36 | 0.69 | 0.35 |
| Hex | 99 | 3C | 1C | 0 | 3D | 52 | 28 | F | 45 | 23 |
| Octal | 231 | 74 | 34 | 0 | 75 | 122 | 50 | 17 | 105 | 43 |
| Binary | 10011001 | 111100 | 11100 | 0 | 111101 | 1010010 | 101000 | 1111 | 1000101 | 100011 |
Color Harmonies of #993C1C
Complementary color
Monochromatic Colors of #993C1C
Black with #993C1C
Text Example
Text Example
White with #993C1C
Text Example
Text Example
HTML Codes & Css Web 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>