Shades of Fire #93412B
Tints of Fire #93412B
RGB
CMYK
RGB Variations
Color information
#93412B (or 0x93412B) is known color: Fire. HEX triplet: 93, 41 and 2B. RGB value is (147,65,43). Sum of RGB (Red+Green+Blue) = 147+65+43=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93412B is #6CBED4. Grayscale: #575757. Windows color (decimal): -7126741 or 2834835. OLE color: 2834835.
HSL color Cylindrical-coordinate representation of color #93412B: hue angle of 12.69º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93412B is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 43 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.42 |
| HSL | 12.69º | 0.55% | 0.37% | - |
| HSV(B) | 12.69º | 0.71% | 0.58% | - |
| XYZ | 14.36 | 10.16 | 3.49 | - |
| YUV | 87.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 43 | 0 | 0.56 | 0.71 | 0.42 | 12.69 | 0.55 | 0.37 |
| Hex | 93 | 41 | 2B | 0 | 38 | 47 | 2A | D | 37 | 25 |
| Octal | 223 | 101 | 53 | 0 | 70 | 107 | 52 | 15 | 67 | 45 |
| Binary | 10010011 | 1000001 | 101011 | 0 | 111000 | 1000111 | 101010 | 1101 | 110111 | 100101 |
Color Harmonies of #93412B
Complementary color
Monochromatic Colors of #93412B
Black with #93412B
Text Example
Text Example
White with #93412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93412B; }
p { color: rgb(147,65,43); }
H1.HeaderClassName
{
color: #93412B;
}
.AnyTagClassName
{
color: #93412B;
}
</style>
background-color css
<style>
a { background-color: #93412B; }
a { background-color: rgb(147,65,43); }
div.DivClassName
{
background-color: #93412B;
}
.BgClassName
{
background-color: #93412B;
}
</style>
border-color css
<style>
span { border-color: #93412B; }
span { border-color: rgb(147,65,43); }
td.TdClassName
{
border-color: #93412B;
}
.TagClassName
{
border-color: #93412B;
}
</style>