Shades of Fire Brick #C02519
Tints of Fire Brick #C02519
RGB
CMYK
RGB Variations
Color information
#C02519 (or 0xC02519) is known color: Fire Brick. HEX triplet: C0, 25 and 19. RGB value is (192,37,25). Sum of RGB (Red+Green+Blue) = 192+37+25=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C02519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02519 is #3FDAE6. Grayscale: #525252. Windows color (decimal): -4184807 or 1648064. OLE color: 1648064.
HSL color Cylindrical-coordinate representation of color #C02519: hue angle of 4.31º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C02519 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 25 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.25 |
| HSL | 4.31º | 0.77% | 0.43% | - |
| HSV(B) | 4.31º | 0.87% | 0.75% | - |
| XYZ | 22.58 | 12.6 | 2.16 | - |
| YUV | 81.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 25 | 0 | 0.81 | 0.87 | 0.25 | 4.31 | 0.77 | 0.43 |
| Hex | C0 | 25 | 19 | 0 | 51 | 57 | 19 | 4 | 4D | 2B |
| Octal | 300 | 45 | 31 | 0 | 121 | 127 | 31 | 4 | 115 | 53 |
| Binary | 11000000 | 100101 | 11001 | 0 | 1010001 | 1010111 | 11001 | 100 | 1001101 | 101011 |
Color Harmonies of #C02519
Complementary color
Monochromatic Colors of #C02519
Black with #C02519
Text Example
Text Example
White with #C02519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02519; }
p { color: rgb(192,37,25); }
H1.HeaderClassName
{
color: #C02519;
}
.AnyTagClassName
{
color: #C02519;
}
</style>
background-color css
<style>
a { background-color: #C02519; }
a { background-color: rgb(192,37,25); }
div.DivClassName
{
background-color: #C02519;
}
.BgClassName
{
background-color: #C02519;
}
</style>
border-color css
<style>
span { border-color: #C02519; }
span { border-color: rgb(192,37,25); }
td.TdClassName
{
border-color: #C02519;
}
.TagClassName
{
border-color: #C02519;
}
</style>