Shades of Fire Brick #C01C18
Tints of Fire Brick #C01C18
RGB
CMYK
RGB Variations
Color information
#C01C18 (or 0xC01C18) is known color: Fire Brick. HEX triplet: C0, 1C and 18. RGB value is (192,28,24). Sum of RGB (Red+Green+Blue) = 192+28+24=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01C18 is #3FE3E7. Grayscale: #4C4C4C. Windows color (decimal): -4187112 or 1580224. OLE color: 1580224.
HSL color Cylindrical-coordinate representation of color #C01C18: hue angle of 1.43º 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 #C01C18 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 24 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.25 |
| HSL | 1.43º | 0.78% | 0.42% | - |
| HSV(B) | 1.43º | 0.88% | 0.75% | - |
| XYZ | 22.32 | 12.1 | 2.02 | - |
| YUV | 76.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 24 | 0 | 0.85 | 0.88 | 0.25 | 1.43 | 0.78 | 0.42 |
| Hex | C0 | 1C | 18 | 0 | 55 | 58 | 19 | 1 | 4E | 2A |
| Octal | 300 | 34 | 30 | 0 | 125 | 130 | 31 | 1 | 116 | 52 |
| Binary | 11000000 | 11100 | 11000 | 0 | 1010101 | 1011000 | 11001 | 1 | 1001110 | 101010 |
Color Harmonies of #C01C18
Complementary color
Monochromatic Colors of #C01C18
Black with #C01C18
Text Example
Text Example
White with #C01C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C18; }
p { color: rgb(192,28,24); }
H1.HeaderClassName
{
color: #C01C18;
}
.AnyTagClassName
{
color: #C01C18;
}
</style>
background-color css
<style>
a { background-color: #C01C18; }
a { background-color: rgb(192,28,24); }
div.DivClassName
{
background-color: #C01C18;
}
.BgClassName
{
background-color: #C01C18;
}
</style>
border-color css
<style>
span { border-color: #C01C18; }
span { border-color: rgb(192,28,24); }
td.TdClassName
{
border-color: #C01C18;
}
.TagClassName
{
border-color: #C01C18;
}
</style>