Shades of Fire #953A19
Tints of Fire #953A19
RGB
CMYK
RGB Variations
Color information
#953A19 (or 0x953A19) is known color: Fire. HEX triplet: 95, 3A and 19. RGB value is (149,58,25). Sum of RGB (Red+Green+Blue) = 149+58+25=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #953A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A19 is #6AC5E6. Grayscale: #515151. Windows color (decimal): -6997479 or 1653397. OLE color: 1653397.
HSL color Cylindrical-coordinate representation of color #953A19: hue angle of 15.97º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #953A19 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 25 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.42 |
| HSL | 15.97º | 0.71% | 0.34% | - |
| HSV(B) | 15.97º | 0.83% | 0.58% | - |
| XYZ | 14.08 | 9.49 | 2.01 | - |
| YUV | 81.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 25 | 0 | 0.61 | 0.83 | 0.42 | 15.97 | 0.71 | 0.34 |
| Hex | 95 | 3A | 19 | 0 | 3D | 53 | 2A | 10 | 47 | 22 |
| Octal | 225 | 72 | 31 | 0 | 75 | 123 | 52 | 20 | 107 | 42 |
| Binary | 10010101 | 111010 | 11001 | 0 | 111101 | 1010011 | 101010 | 10000 | 1000111 | 100010 |
Color Harmonies of #953A19
Complementary color
Monochromatic Colors of #953A19
Black with #953A19
Text Example
Text Example
White with #953A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A19; }
p { color: rgb(149,58,25); }
H1.HeaderClassName
{
color: #953A19;
}
.AnyTagClassName
{
color: #953A19;
}
</style>
background-color css
<style>
a { background-color: #953A19; }
a { background-color: rgb(149,58,25); }
div.DivClassName
{
background-color: #953A19;
}
.BgClassName
{
background-color: #953A19;
}
</style>
border-color css
<style>
span { border-color: #953A19; }
span { border-color: rgb(149,58,25); }
td.TdClassName
{
border-color: #953A19;
}
.TagClassName
{
border-color: #953A19;
}
</style>