Shades of Fire Brick #C02618
Tints of Fire Brick #C02618
RGB
CMYK
RGB Variations
Color information
#C02618 (or 0xC02618) is known color: Fire Brick. HEX triplet: C0, 26 and 18. RGB value is (192,38,24). Sum of RGB (Red+Green+Blue) = 192+38+24=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C02618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02618 is #3FD9E7. Grayscale: #525252. Windows color (decimal): -4184552 or 1582784. OLE color: 1582784.
HSL color Cylindrical-coordinate representation of color #C02618: hue angle of 5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C02618 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 24 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.25 |
| HSL | 5º | 0.78% | 0.42% | - |
| HSV(B) | 5º | 0.88% | 0.75% | - |
| XYZ | 22.6 | 12.66 | 2.12 | - |
| YUV | 82.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 24 | 0 | 0.80 | 0.88 | 0.25 | 5 | 0.78 | 0.42 |
| Hex | C0 | 26 | 18 | 0 | 50 | 58 | 19 | 5 | 4E | 2A |
| Octal | 300 | 46 | 30 | 0 | 120 | 130 | 31 | 5 | 116 | 52 |
| Binary | 11000000 | 100110 | 11000 | 0 | 1010000 | 1011000 | 11001 | 101 | 1001110 | 101010 |
Color Harmonies of #C02618
Complementary color
Monochromatic Colors of #C02618
Black with #C02618
Text Example
Text Example
White with #C02618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02618; }
p { color: rgb(192,38,24); }
H1.HeaderClassName
{
color: #C02618;
}
.AnyTagClassName
{
color: #C02618;
}
</style>
background-color css
<style>
a { background-color: #C02618; }
a { background-color: rgb(192,38,24); }
div.DivClassName
{
background-color: #C02618;
}
.BgClassName
{
background-color: #C02618;
}
</style>
border-color css
<style>
span { border-color: #C02618; }
span { border-color: rgb(192,38,24); }
td.TdClassName
{
border-color: #C02618;
}
.TagClassName
{
border-color: #C02618;
}
</style>