Shades of Fire Brick #C91D17
Tints of Fire Brick #C91D17
RGB
CMYK
RGB Variations
Color information
#C91D17 (or 0xC91D17) is known color: Fire Brick. HEX triplet: C9, 1D and 17. RGB value is (201,29,23). Sum of RGB (Red+Green+Blue) = 201+29+23=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91D17 is #36E2E8. Grayscale: #4F4F4F. Windows color (decimal): -3597033 or 1514953. OLE color: 1514953.
HSL color Cylindrical-coordinate representation of color #C91D17: hue angle of 2.02º 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 #C91D17 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 23 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.21 |
| HSL | 2.02º | 0.79% | 0.44% | - |
| HSV(B) | 2.02º | 0.89% | 0.79% | - |
| XYZ | 24.68 | 13.36 | 2.09 | - |
| YUV | 79.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 23 | 0 | 0.86 | 0.89 | 0.21 | 2.02 | 0.79 | 0.44 |
| Hex | C9 | 1D | 17 | 0 | 56 | 59 | 15 | 2 | 4F | 2C |
| Octal | 311 | 35 | 27 | 0 | 126 | 131 | 25 | 2 | 117 | 54 |
| Binary | 11001001 | 11101 | 10111 | 0 | 1010110 | 1011001 | 10101 | 10 | 1001111 | 101100 |
Color Harmonies of #C91D17
Complementary color
Monochromatic Colors of #C91D17
Black with #C91D17
Text Example
Text Example
White with #C91D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D17; }
p { color: rgb(201,29,23); }
H1.HeaderClassName
{
color: #C91D17;
}
.AnyTagClassName
{
color: #C91D17;
}
</style>
background-color css
<style>
a { background-color: #C91D17; }
a { background-color: rgb(201,29,23); }
div.DivClassName
{
background-color: #C91D17;
}
.BgClassName
{
background-color: #C91D17;
}
</style>
border-color css
<style>
span { border-color: #C91D17; }
span { border-color: rgb(201,29,23); }
td.TdClassName
{
border-color: #C91D17;
}
.TagClassName
{
border-color: #C91D17;
}
</style>