Shades of Fire Brick #C02220
Tints of Fire Brick #C02220
RGB
CMYK
RGB Variations
Color information
#C02220 (or 0xC02220) is known color: Fire Brick. HEX triplet: C0, 22 and 20. RGB value is (192,34,32). Sum of RGB (Red+Green+Blue) = 192+34+32=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C02220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02220 is #3FDDDF. Grayscale: #515151. Windows color (decimal): -4185568 or 2106048. OLE color: 2106048.
HSL color Cylindrical-coordinate representation of color #C02220: hue angle of 0.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02220 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 32 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.25 |
| HSL | 0.75º | 0.71% | 0.44% | - |
| HSV(B) | 0.75º | 0.83% | 0.75% | - |
| XYZ | 22.57 | 12.45 | 2.58 | - |
| YUV | 81.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 32 | 0 | 0.82 | 0.83 | 0.25 | 0.75 | 0.71 | 0.44 |
| Hex | C0 | 22 | 20 | 0 | 52 | 53 | 19 | 1 | 47 | 2C |
| Octal | 300 | 42 | 40 | 0 | 122 | 123 | 31 | 1 | 107 | 54 |
| Binary | 11000000 | 100010 | 100000 | 0 | 1010010 | 1010011 | 11001 | 1 | 1000111 | 101100 |
Color Harmonies of #C02220
Complementary color
Monochromatic Colors of #C02220
Black with #C02220
Text Example
Text Example
White with #C02220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02220; }
p { color: rgb(192,34,32); }
H1.HeaderClassName
{
color: #C02220;
}
.AnyTagClassName
{
color: #C02220;
}
</style>
background-color css
<style>
a { background-color: #C02220; }
a { background-color: rgb(192,34,32); }
div.DivClassName
{
background-color: #C02220;
}
.BgClassName
{
background-color: #C02220;
}
</style>
border-color css
<style>
span { border-color: #C02220; }
span { border-color: rgb(192,34,32); }
td.TdClassName
{
border-color: #C02220;
}
.TagClassName
{
border-color: #C02220;
}
</style>