Shades of Fire Brick #C9231F
Tints of Fire Brick #C9231F
RGB
CMYK
RGB Variations
Color information
#C9231F (or 0xC9231F) is known color: Fire Brick. HEX triplet: C9, 23 and 1F. RGB value is (201,35,31). Sum of RGB (Red+Green+Blue) = 201+35+31=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9231F is #36DCE0. Grayscale: #545454. Windows color (decimal): -3595489 or 2040777. OLE color: 2040777.
HSL color Cylindrical-coordinate representation of color #C9231F: hue angle of 1.41º 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 #C9231F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 31 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.21 |
| HSL | 1.41º | 0.73% | 0.45% | - |
| HSV(B) | 1.41º | 0.85% | 0.79% | - |
| XYZ | 24.94 | 13.72 | 2.63 | - |
| YUV | 84.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 31 | 0 | 0.83 | 0.85 | 0.21 | 1.41 | 0.73 | 0.45 |
| Hex | C9 | 23 | 1F | 0 | 53 | 55 | 15 | 1 | 49 | 2D |
| Octal | 311 | 43 | 37 | 0 | 123 | 125 | 25 | 1 | 111 | 55 |
| Binary | 11001001 | 100011 | 11111 | 0 | 1010011 | 1010101 | 10101 | 1 | 1001001 | 101101 |
Color Harmonies of #C9231F
Complementary color
Monochromatic Colors of #C9231F
Black with #C9231F
Text Example
Text Example
White with #C9231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9231F; }
p { color: rgb(201,35,31); }
H1.HeaderClassName
{
color: #C9231F;
}
.AnyTagClassName
{
color: #C9231F;
}
</style>
background-color css
<style>
a { background-color: #C9231F; }
a { background-color: rgb(201,35,31); }
div.DivClassName
{
background-color: #C9231F;
}
.BgClassName
{
background-color: #C9231F;
}
</style>
border-color css
<style>
span { border-color: #C9231F; }
span { border-color: rgb(201,35,31); }
td.TdClassName
{
border-color: #C9231F;
}
.TagClassName
{
border-color: #C9231F;
}
</style>