Shades of Fire Brick #C91713
Tints of Fire Brick #C91713
RGB
CMYK
RGB Variations
Color information
#C91713 (or 0xC91713) is known color: Fire Brick. HEX triplet: C9, 17 and 13. RGB value is (201,23,19). Sum of RGB (Red+Green+Blue) = 201+23+19=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C91713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91713 is #36E8EC. Grayscale: #4B4B4B. Windows color (decimal): -3598573 or 1251273. OLE color: 1251273.
HSL color Cylindrical-coordinate representation of color #C91713: hue angle of 1.32º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91713 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 19 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.21 |
| HSL | 1.32º | 0.83% | 0.43% | - |
| HSV(B) | 1.32º | 0.91% | 0.79% | - |
| XYZ | 24.51 | 13.08 | 1.85 | - |
| YUV | 75.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 19 | 0 | 0.89 | 0.91 | 0.21 | 1.32 | 0.83 | 0.43 |
| Hex | C9 | 17 | 13 | 0 | 59 | 5B | 15 | 1 | 53 | 2B |
| Octal | 311 | 27 | 23 | 0 | 131 | 133 | 25 | 1 | 123 | 53 |
| Binary | 11001001 | 10111 | 10011 | 0 | 1011001 | 1011011 | 10101 | 1 | 1010011 | 101011 |
Color Harmonies of #C91713
Complementary color
Monochromatic Colors of #C91713
Black with #C91713
Text Example
Text Example
White with #C91713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91713; }
p { color: rgb(201,23,19); }
H1.HeaderClassName
{
color: #C91713;
}
.AnyTagClassName
{
color: #C91713;
}
</style>
background-color css
<style>
a { background-color: #C91713; }
a { background-color: rgb(201,23,19); }
div.DivClassName
{
background-color: #C91713;
}
.BgClassName
{
background-color: #C91713;
}
</style>
border-color css
<style>
span { border-color: #C91713; }
span { border-color: rgb(201,23,19); }
td.TdClassName
{
border-color: #C91713;
}
.TagClassName
{
border-color: #C91713;
}
</style>