Shades of Fire Brick #C02A1D
Tints of Fire Brick #C02A1D
RGB
CMYK
RGB Variations
Color information
#C02A1D (or 0xC02A1D) is known color: Fire Brick. HEX triplet: C0, 2A and 1D. RGB value is (192,42,29). Sum of RGB (Red+Green+Blue) = 192+42+29=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A1D is #3FD5E2. Grayscale: #555555. Windows color (decimal): -4183523 or 1911488. OLE color: 1911488.
HSL color Cylindrical-coordinate representation of color #C02A1D: hue angle of 4.79º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C02A1D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 29 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.25 |
| HSL | 4.79º | 0.74% | 0.43% | - |
| HSV(B) | 4.79º | 0.85% | 0.75% | - |
| XYZ | 22.79 | 12.95 | 2.46 | - |
| YUV | 85.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 29 | 0 | 0.78 | 0.85 | 0.25 | 4.79 | 0.74 | 0.43 |
| Hex | C0 | 2A | 1D | 0 | 4E | 55 | 19 | 5 | 4A | 2B |
| Octal | 300 | 52 | 35 | 0 | 116 | 125 | 31 | 5 | 112 | 53 |
| Binary | 11000000 | 101010 | 11101 | 0 | 1001110 | 1010101 | 11001 | 101 | 1001010 | 101011 |
Color Harmonies of #C02A1D
Complementary color
Monochromatic Colors of #C02A1D
Black with #C02A1D
Text Example
Text Example
White with #C02A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A1D; }
p { color: rgb(192,42,29); }
H1.HeaderClassName
{
color: #C02A1D;
}
.AnyTagClassName
{
color: #C02A1D;
}
</style>
background-color css
<style>
a { background-color: #C02A1D; }
a { background-color: rgb(192,42,29); }
div.DivClassName
{
background-color: #C02A1D;
}
.BgClassName
{
background-color: #C02A1D;
}
</style>
border-color css
<style>
span { border-color: #C02A1D; }
span { border-color: rgb(192,42,29); }
td.TdClassName
{
border-color: #C02A1D;
}
.TagClassName
{
border-color: #C02A1D;
}
</style>