Shades of Fire #94421F
Tints of Fire #94421F
RGB
CMYK
RGB Variations
Color information
#94421F (or 0x94421F) is known color: Fire. HEX triplet: 94, 42 and 1F. RGB value is (148,66,31). Sum of RGB (Red+Green+Blue) = 148+66+31=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94421F is #6BBDE0. Grayscale: #565656. Windows color (decimal): -7060961 or 2048660. OLE color: 2048660.
HSL color Cylindrical-coordinate representation of color #94421F: hue angle of 17.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94421F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 31 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.42 |
| HSL | 17.95º | 0.65% | 0.35% | - |
| HSV(B) | 17.95º | 0.79% | 0.58% | - |
| XYZ | 14.41 | 10.29 | 2.52 | - |
| YUV | 86.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 31 | 0 | 0.55 | 0.79 | 0.42 | 17.95 | 0.65 | 0.35 |
| Hex | 94 | 42 | 1F | 0 | 37 | 4F | 2A | 12 | 41 | 23 |
| Octal | 224 | 102 | 37 | 0 | 67 | 117 | 52 | 22 | 101 | 43 |
| Binary | 10010100 | 1000010 | 11111 | 0 | 110111 | 1001111 | 101010 | 10010 | 1000001 | 100011 |
Color Harmonies of #94421F
Complementary color
Monochromatic Colors of #94421F
Black with #94421F
Text Example
Text Example
White with #94421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94421F; }
p { color: rgb(148,66,31); }
H1.HeaderClassName
{
color: #94421F;
}
.AnyTagClassName
{
color: #94421F;
}
</style>
background-color css
<style>
a { background-color: #94421F; }
a { background-color: rgb(148,66,31); }
div.DivClassName
{
background-color: #94421F;
}
.BgClassName
{
background-color: #94421F;
}
</style>
border-color css
<style>
span { border-color: #94421F; }
span { border-color: rgb(148,66,31); }
td.TdClassName
{
border-color: #94421F;
}
.TagClassName
{
border-color: #94421F;
}
</style>