Shades of Fire Brick #C91D19
Tints of Fire Brick #C91D19
RGB
CMYK
RGB Variations
Color information
#C91D19 (or 0xC91D19) is known color: Fire Brick. HEX triplet: C9, 1D and 19. RGB value is (201,29,25). Sum of RGB (Red+Green+Blue) = 201+29+25=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91D19 is #36E2E6. Grayscale: #505050. Windows color (decimal): -3597031 or 1646025. OLE color: 1646025.
HSL color Cylindrical-coordinate representation of color #C91D19: hue angle of 1.36º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91D19 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 25 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.21 |
| HSL | 1.36º | 0.78% | 0.44% | - |
| HSV(B) | 1.36º | 0.88% | 0.79% | - |
| XYZ | 24.7 | 13.37 | 2.2 | - |
| YUV | 79.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 25 | 0 | 0.86 | 0.88 | 0.21 | 1.36 | 0.78 | 0.44 |
| Hex | C9 | 1D | 19 | 0 | 56 | 58 | 15 | 1 | 4E | 2C |
| Octal | 311 | 35 | 31 | 0 | 126 | 130 | 25 | 1 | 116 | 54 |
| Binary | 11001001 | 11101 | 11001 | 0 | 1010110 | 1011000 | 10101 | 1 | 1001110 | 101100 |
Color Harmonies of #C91D19
Complementary color
Monochromatic Colors of #C91D19
Black with #C91D19
Text Example
Text Example
White with #C91D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D19; }
p { color: rgb(201,29,25); }
H1.HeaderClassName
{
color: #C91D19;
}
.AnyTagClassName
{
color: #C91D19;
}
</style>
background-color css
<style>
a { background-color: #C91D19; }
a { background-color: rgb(201,29,25); }
div.DivClassName
{
background-color: #C91D19;
}
.BgClassName
{
background-color: #C91D19;
}
</style>
border-color css
<style>
span { border-color: #C91D19; }
span { border-color: rgb(201,29,25); }
td.TdClassName
{
border-color: #C91D19;
}
.TagClassName
{
border-color: #C91D19;
}
</style>