Shades of Fire #954023
Tints of Fire #954023
RGB
CMYK
RGB Variations
Color information
#954023 (or 0x954023) is known color: Fire. HEX triplet: 95, 40 and 23. RGB value is (149,64,35). Sum of RGB (Red+Green+Blue) = 149+64+35=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #954023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954023 is #6ABFDC. Grayscale: #565656. Windows color (decimal): -6995933 or 2310293. OLE color: 2310293.
HSL color Cylindrical-coordinate representation of color #954023: hue angle of 15.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #954023 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 35 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.42 |
| HSL | 15.26º | 0.62% | 0.36% | - |
| HSV(B) | 15.26º | 0.77% | 0.58% | - |
| XYZ | 14.53 | 10.18 | 2.79 | - |
| YUV | 86.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 35 | 0 | 0.57 | 0.77 | 0.42 | 15.26 | 0.62 | 0.36 |
| Hex | 95 | 40 | 23 | 0 | 39 | 4D | 2A | F | 3E | 24 |
| Octal | 225 | 100 | 43 | 0 | 71 | 115 | 52 | 17 | 76 | 44 |
| Binary | 10010101 | 1000000 | 100011 | 0 | 111001 | 1001101 | 101010 | 1111 | 111110 | 100100 |
Color Harmonies of #954023
Complementary color
Monochromatic Colors of #954023
Black with #954023
Text Example
Text Example
White with #954023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954023; }
p { color: rgb(149,64,35); }
H1.HeaderClassName
{
color: #954023;
}
.AnyTagClassName
{
color: #954023;
}
</style>
background-color css
<style>
a { background-color: #954023; }
a { background-color: rgb(149,64,35); }
div.DivClassName
{
background-color: #954023;
}
.BgClassName
{
background-color: #954023;
}
</style>
border-color css
<style>
span { border-color: #954023; }
span { border-color: rgb(149,64,35); }
td.TdClassName
{
border-color: #954023;
}
.TagClassName
{
border-color: #954023;
}
</style>