Shades of Fire Brick #C9241F
Tints of Fire Brick #C9241F
RGB
CMYK
RGB Variations
Color information
#C9241F (or 0xC9241F) is known color: Fire Brick. HEX triplet: C9, 24 and 1F. RGB value is (201,36,31). Sum of RGB (Red+Green+Blue) = 201+36+31=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9241F is #36DBE0. Grayscale: #545454. Windows color (decimal): -3595233 or 2041033. OLE color: 2041033.
HSL color Cylindrical-coordinate representation of color #C9241F: hue angle of 1.76º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9241F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.21 |
| HSL | 1.76º | 0.73% | 0.45% | - |
| HSV(B) | 1.76º | 0.85% | 0.79% | - |
| XYZ | 24.97 | 13.78 | 2.64 | - |
| YUV | 84.77 | 97.66 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 31 | 0 | 0.82 | 0.85 | 0.21 | 1.76 | 0.73 | 0.45 |
| Hex | C9 | 24 | 1F | 0 | 52 | 55 | 15 | 2 | 49 | 2D |
| Octal | 311 | 44 | 37 | 0 | 122 | 125 | 25 | 2 | 111 | 55 |
| Binary | 11001001 | 100100 | 11111 | 0 | 1010010 | 1010101 | 10101 | 10 | 1001001 | 101101 |
Color Harmonies of #C9241F
Complementary color
Monochromatic Colors of #C9241F
Black with #C9241F
Text Example
Text Example
White with #C9241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9241F; }
p { color: rgb(201,36,31); }
H1.HeaderClassName
{
color: #C9241F;
}
.AnyTagClassName
{
color: #C9241F;
}
</style>
background-color css
<style>
a { background-color: #C9241F; }
a { background-color: rgb(201,36,31); }
div.DivClassName
{
background-color: #C9241F;
}
.BgClassName
{
background-color: #C9241F;
}
</style>
border-color css
<style>
span { border-color: #C9241F; }
span { border-color: rgb(201,36,31); }
td.TdClassName
{
border-color: #C9241F;
}
.TagClassName
{
border-color: #C9241F;
}
</style>