Shades of Fire Brick #C8241E
Tints of Fire Brick #C8241E
RGB
CMYK
RGB Variations
Color information
#C8241E (or 0xC8241E) is known color: Fire Brick. HEX triplet: C8, 24 and 1E. RGB value is (200,36,30). Sum of RGB (Red+Green+Blue) = 200+36+30=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8241E is #37DBE1. Grayscale: #545454. Windows color (decimal): -3660770 or 1975496. OLE color: 1975496.
HSL color Cylindrical-coordinate representation of color #C8241E: hue angle of 2.12º degrees, saturation: 0.74, 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 #C8241E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 30 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.22 |
| HSL | 2.12º | 0.74% | 0.45% | - |
| HSV(B) | 2.12º | 0.85% | 0.78% | - |
| XYZ | 24.68 | 13.63 | 2.56 | - |
| YUV | 84.35 | 97.33 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 30 | 0 | 0.82 | 0.85 | 0.22 | 2.12 | 0.74 | 0.45 |
| Hex | C8 | 24 | 1E | 0 | 52 | 55 | 16 | 2 | 4A | 2D |
| Octal | 310 | 44 | 36 | 0 | 122 | 125 | 26 | 2 | 112 | 55 |
| Binary | 11001000 | 100100 | 11110 | 0 | 1010010 | 1010101 | 10110 | 10 | 1001010 | 101101 |
Color Harmonies of #C8241E
Complementary color
Monochromatic Colors of #C8241E
Black with #C8241E
Text Example
Text Example
White with #C8241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8241E; }
p { color: rgb(200,36,30); }
H1.HeaderClassName
{
color: #C8241E;
}
.AnyTagClassName
{
color: #C8241E;
}
</style>
background-color css
<style>
a { background-color: #C8241E; }
a { background-color: rgb(200,36,30); }
div.DivClassName
{
background-color: #C8241E;
}
.BgClassName
{
background-color: #C8241E;
}
</style>
border-color css
<style>
span { border-color: #C8241E; }
span { border-color: rgb(200,36,30); }
td.TdClassName
{
border-color: #C8241E;
}
.TagClassName
{
border-color: #C8241E;
}
</style>