Shades of Fire Brick #C91B17
Tints of Fire Brick #C91B17
RGB
CMYK
RGB Variations
Color information
#C91B17 (or 0xC91B17) is known color: Fire Brick. HEX triplet: C9, 1B and 17. RGB value is (201,27,23). Sum of RGB (Red+Green+Blue) = 201+27+23=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91B17 is #36E4E8. Grayscale: #4E4E4E. Windows color (decimal): -3597545 or 1514441. OLE color: 1514441.
HSL color Cylindrical-coordinate representation of color #C91B17: hue angle of 1.35º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91B17 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 23 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.21 |
| HSL | 1.35º | 0.79% | 0.44% | - |
| HSV(B) | 1.35º | 0.89% | 0.79% | - |
| XYZ | 24.63 | 13.26 | 2.07 | - |
| YUV | 78.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 23 | 0 | 0.87 | 0.89 | 0.21 | 1.35 | 0.79 | 0.44 |
| Hex | C9 | 1B | 17 | 0 | 57 | 59 | 15 | 1 | 4F | 2C |
| Octal | 311 | 33 | 27 | 0 | 127 | 131 | 25 | 1 | 117 | 54 |
| Binary | 11001001 | 11011 | 10111 | 0 | 1010111 | 1011001 | 10101 | 1 | 1001111 | 101100 |
Color Harmonies of #C91B17
Complementary color
Monochromatic Colors of #C91B17
Black with #C91B17
Text Example
Text Example
White with #C91B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B17; }
p { color: rgb(201,27,23); }
H1.HeaderClassName
{
color: #C91B17;
}
.AnyTagClassName
{
color: #C91B17;
}
</style>
background-color css
<style>
a { background-color: #C91B17; }
a { background-color: rgb(201,27,23); }
div.DivClassName
{
background-color: #C91B17;
}
.BgClassName
{
background-color: #C91B17;
}
</style>
border-color css
<style>
span { border-color: #C91B17; }
span { border-color: rgb(201,27,23); }
td.TdClassName
{
border-color: #C91B17;
}
.TagClassName
{
border-color: #C91B17;
}
</style>