Shades of Fire Brick #C62422
Tints of Fire Brick #C62422
RGB
CMYK
RGB Variations
Color information
#C62422 (or 0xC62422) is known color: Fire Brick. HEX triplet: C6, 24 and 22. RGB value is (198,36,34). Sum of RGB (Red+Green+Blue) = 198+36+34=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C62422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62422 is #39DBDD. Grayscale: #545454. Windows color (decimal): -3791838 or 2237638. OLE color: 2237638.
HSL color Cylindrical-coordinate representation of color #C62422: hue angle of 0.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62422 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 34 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.22 |
| HSL | 0.73º | 0.71% | 0.45% | - |
| HSV(B) | 0.73º | 0.83% | 0.78% | - |
| XYZ | 24.21 | 13.38 | 2.82 | - |
| YUV | 84.21 | 99.67 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 34 | 0 | 0.82 | 0.83 | 0.22 | 0.73 | 0.71 | 0.45 |
| Hex | C6 | 24 | 22 | 0 | 52 | 53 | 16 | 1 | 47 | 2D |
| Octal | 306 | 44 | 42 | 0 | 122 | 123 | 26 | 1 | 107 | 55 |
| Binary | 11000110 | 100100 | 100010 | 0 | 1010010 | 1010011 | 10110 | 1 | 1000111 | 101101 |
Color Harmonies of #C62422
Complementary color
Monochromatic Colors of #C62422
Black with #C62422
Text Example
Text Example
White with #C62422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62422; }
p { color: rgb(198,36,34); }
H1.HeaderClassName
{
color: #C62422;
}
.AnyTagClassName
{
color: #C62422;
}
</style>
background-color css
<style>
a { background-color: #C62422; }
a { background-color: rgb(198,36,34); }
div.DivClassName
{
background-color: #C62422;
}
.BgClassName
{
background-color: #C62422;
}
</style>
border-color css
<style>
span { border-color: #C62422; }
span { border-color: rgb(198,36,34); }
td.TdClassName
{
border-color: #C62422;
}
.TagClassName
{
border-color: #C62422;
}
</style>