Shades of Fire Brick #C02E24
Tints of Fire Brick #C02E24
RGB
CMYK
RGB Variations
Color information
#C02E24 (or 0xC02E24) is known color: Fire Brick. HEX triplet: C0, 2E and 24. RGB value is (192,46,36). Sum of RGB (Red+Green+Blue) = 192+46+36=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E24 is #3FD1DB. Grayscale: #585858. Windows color (decimal): -4182492 or 2371264. OLE color: 2371264.
HSL color Cylindrical-coordinate representation of color #C02E24: hue angle of 3.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02E24 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 36 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.25 |
| HSL | 3.85º | 0.68% | 0.45% | - |
| HSV(B) | 3.85º | 0.81% | 0.75% | - |
| XYZ | 23.03 | 13.29 | 3.02 | - |
| YUV | 88.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 36 | 0 | 0.76 | 0.81 | 0.25 | 3.85 | 0.68 | 0.45 |
| Hex | C0 | 2E | 24 | 0 | 4C | 51 | 19 | 4 | 44 | 2D |
| Octal | 300 | 56 | 44 | 0 | 114 | 121 | 31 | 4 | 104 | 55 |
| Binary | 11000000 | 101110 | 100100 | 0 | 1001100 | 1010001 | 11001 | 100 | 1000100 | 101101 |
Color Harmonies of #C02E24
Complementary color
Monochromatic Colors of #C02E24
Black with #C02E24
Text Example
Text Example
White with #C02E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E24; }
p { color: rgb(192,46,36); }
H1.HeaderClassName
{
color: #C02E24;
}
.AnyTagClassName
{
color: #C02E24;
}
</style>
background-color css
<style>
a { background-color: #C02E24; }
a { background-color: rgb(192,46,36); }
div.DivClassName
{
background-color: #C02E24;
}
.BgClassName
{
background-color: #C02E24;
}
</style>
border-color css
<style>
span { border-color: #C02E24; }
span { border-color: rgb(192,46,36); }
td.TdClassName
{
border-color: #C02E24;
}
.TagClassName
{
border-color: #C02E24;
}
</style>