Shades of Fire Brick #C7241D
Tints of Fire Brick #C7241D
RGB
CMYK
RGB Variations
Color information
#C7241D (or 0xC7241D) is known color: Fire Brick. HEX triplet: C7, 24 and 1D. RGB value is (199,36,29). Sum of RGB (Red+Green+Blue) = 199+36+29=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7241D is #38DBE2. Grayscale: #545454. Windows color (decimal): -3726307 or 1909959. OLE color: 1909959.
HSL color Cylindrical-coordinate representation of color #C7241D: hue angle of 2.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7241D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.22 |
| HSL | 2.47º | 0.75% | 0.45% | - |
| HSV(B) | 2.47º | 0.85% | 0.78% | - |
| XYZ | 24.41 | 13.49 | 2.48 | - |
| YUV | 83.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 29 | 0 | 0.82 | 0.85 | 0.22 | 2.47 | 0.75 | 0.45 |
| Hex | C7 | 24 | 1D | 0 | 52 | 55 | 16 | 2 | 4B | 2D |
| Octal | 307 | 44 | 35 | 0 | 122 | 125 | 26 | 2 | 113 | 55 |
| Binary | 11000111 | 100100 | 11101 | 0 | 1010010 | 1010101 | 10110 | 10 | 1001011 | 101101 |
Color Harmonies of #C7241D
Complementary color
Monochromatic Colors of #C7241D
Black with #C7241D
Text Example
Text Example
White with #C7241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7241D; }
p { color: rgb(199,36,29); }
H1.HeaderClassName
{
color: #C7241D;
}
.AnyTagClassName
{
color: #C7241D;
}
</style>
background-color css
<style>
a { background-color: #C7241D; }
a { background-color: rgb(199,36,29); }
div.DivClassName
{
background-color: #C7241D;
}
.BgClassName
{
background-color: #C7241D;
}
</style>
border-color css
<style>
span { border-color: #C7241D; }
span { border-color: rgb(199,36,29); }
td.TdClassName
{
border-color: #C7241D;
}
.TagClassName
{
border-color: #C7241D;
}
</style>