Shades of Flame Red #851D25
Tints of Flame Red #851D25
RGB
CMYK
RGB Variations
Color information
#851D25 (or 0x851D25) is known color: Flame Red. HEX triplet: 85, 1D and 25. RGB value is (133,29,37). Sum of RGB (Red+Green+Blue) = 133+29+37=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #851D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D25 is #7AE2DA. Grayscale: #3D3D3D. Windows color (decimal): -8053467 or 2432389. OLE color: 2432389.
HSL color Cylindrical-coordinate representation of color #851D25: hue angle of 355.38º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D25 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 37 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.48 |
| HSL | 355.38º | 0.64% | 0.32% | - |
| HSV(B) | 355.38º | 0.78% | 0.52% | - |
| XYZ | 10.45 | 6 | 2.36 | - |
| YUV | 61.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 37 | 0 | 0.78 | 0.72 | 0.48 | 355.38 | 0.64 | 0.32 |
| Hex | 85 | 1D | 25 | 0 | 4E | 48 | 30 | 163 | 40 | 20 |
| Octal | 205 | 35 | 45 | 0 | 116 | 110 | 60 | 543 | 100 | 40 |
| Binary | 10000101 | 11101 | 100101 | 0 | 1001110 | 1001000 | 110000 | 101100011 | 1000000 | 100000 |
Color Harmonies of #851D25
Complementary color
Monochromatic Colors of #851D25
Black with #851D25
Text Example
Text Example
White with #851D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D25; }
p { color: rgb(133,29,37); }
H1.HeaderClassName
{
color: #851D25;
}
.AnyTagClassName
{
color: #851D25;
}
</style>
background-color css
<style>
a { background-color: #851D25; }
a { background-color: rgb(133,29,37); }
div.DivClassName
{
background-color: #851D25;
}
.BgClassName
{
background-color: #851D25;
}
</style>
border-color css
<style>
span { border-color: #851D25; }
span { border-color: rgb(133,29,37); }
td.TdClassName
{
border-color: #851D25;
}
.TagClassName
{
border-color: #851D25;
}
</style>