Shades of Fire Brick #C82422
Tints of Fire Brick #C82422
RGB
CMYK
RGB Variations
Color information
#C82422 (or 0xC82422) is known color: Fire Brick. HEX triplet: C8, 24 and 22. RGB value is (200,36,34). Sum of RGB (Red+Green+Blue) = 200+36+34=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C82422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82422 is #37DBDD. Grayscale: #545454. Windows color (decimal): -3660766 or 2237640. OLE color: 2237640.
HSL color Cylindrical-coordinate representation of color #C82422: hue angle of 0.72º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82422 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 34 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.22 |
| HSL | 0.72º | 0.71% | 0.46% | - |
| HSV(B) | 0.72º | 0.83% | 0.78% | - |
| XYZ | 24.74 | 13.66 | 2.85 | - |
| YUV | 84.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 34 | 0 | 0.82 | 0.83 | 0.22 | 0.72 | 0.71 | 0.46 |
| Hex | C8 | 24 | 22 | 0 | 52 | 53 | 16 | 1 | 47 | 2E |
| Octal | 310 | 44 | 42 | 0 | 122 | 123 | 26 | 1 | 107 | 56 |
| Binary | 11001000 | 100100 | 100010 | 0 | 1010010 | 1010011 | 10110 | 1 | 1000111 | 101110 |
Color Harmonies of #C82422
Complementary color
Monochromatic Colors of #C82422
Black with #C82422
Text Example
Text Example
White with #C82422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82422; }
p { color: rgb(200,36,34); }
H1.HeaderClassName
{
color: #C82422;
}
.AnyTagClassName
{
color: #C82422;
}
</style>
background-color css
<style>
a { background-color: #C82422; }
a { background-color: rgb(200,36,34); }
div.DivClassName
{
background-color: #C82422;
}
.BgClassName
{
background-color: #C82422;
}
</style>
border-color css
<style>
span { border-color: #C82422; }
span { border-color: rgb(200,36,34); }
td.TdClassName
{
border-color: #C82422;
}
.TagClassName
{
border-color: #C82422;
}
</style>