Shades of Flame Red #911A23
Tints of Flame Red #911A23
RGB
CMYK
RGB Variations
Color information
#911A23 (or 0x911A23) is known color: Flame Red. HEX triplet: 91, 1A and 23. RGB value is (145,26,35). Sum of RGB (Red+Green+Blue) = 145+26+35=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #911A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911A23 is #6EE5DC. Grayscale: #3E3E3E. Windows color (decimal): -7267805 or 2300561. OLE color: 2300561.
HSL color Cylindrical-coordinate representation of color #911A23: hue angle of 355.46º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A23 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 35 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.43 |
| HSL | 355.46º | 0.7% | 0.34% | - |
| HSV(B) | 355.46º | 0.82% | 0.57% | - |
| XYZ | 12.35 | 6.88 | 2.27 | - |
| YUV | 62.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 35 | 0 | 0.82 | 0.76 | 0.43 | 355.46 | 0.7 | 0.34 |
| Hex | 91 | 1A | 23 | 0 | 52 | 4C | 2B | 163 | 46 | 22 |
| Octal | 221 | 32 | 43 | 0 | 122 | 114 | 53 | 543 | 106 | 42 |
| Binary | 10010001 | 11010 | 100011 | 0 | 1010010 | 1001100 | 101011 | 101100011 | 1000110 | 100010 |
Color Harmonies of #911A23
Complementary color
Monochromatic Colors of #911A23
Black with #911A23
Text Example
Text Example
White with #911A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A23; }
p { color: rgb(145,26,35); }
H1.HeaderClassName
{
color: #911A23;
}
.AnyTagClassName
{
color: #911A23;
}
</style>
background-color css
<style>
a { background-color: #911A23; }
a { background-color: rgb(145,26,35); }
div.DivClassName
{
background-color: #911A23;
}
.BgClassName
{
background-color: #911A23;
}
</style>
border-color css
<style>
span { border-color: #911A23; }
span { border-color: rgb(145,26,35); }
td.TdClassName
{
border-color: #911A23;
}
.TagClassName
{
border-color: #911A23;
}
</style>