Shades of Fire Brick #C01C0F
Tints of Fire Brick #C01C0F
RGB
CMYK
RGB Variations
Color information
#C01C0F (or 0xC01C0F) is known color: Fire Brick. HEX triplet: C0, 1C and 0F. RGB value is (192,28,15). Sum of RGB (Red+Green+Blue) = 192+28+15=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01C0F is #3FE3F0. Grayscale: #4B4B4B. Windows color (decimal): -4187121 or 990400. OLE color: 990400.
HSL color Cylindrical-coordinate representation of color #C01C0F: hue angle of 4.41º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01C0F is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 15 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.25 |
| HSL | 4.41º | 0.86% | 0.41% | - |
| HSV(B) | 4.41º | 0.92% | 0.75% | - |
| XYZ | 22.24 | 12.07 | 1.61 | - |
| YUV | 75.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 15 | 0 | 0.85 | 0.92 | 0.25 | 4.41 | 0.86 | 0.41 |
| Hex | C0 | 1C | F | 0 | 55 | 5C | 19 | 4 | 56 | 29 |
| Octal | 300 | 34 | 17 | 0 | 125 | 134 | 31 | 4 | 126 | 51 |
| Binary | 11000000 | 11100 | 1111 | 0 | 1010101 | 1011100 | 11001 | 100 | 1010110 | 101001 |
Color Harmonies of #C01C0F
Complementary color
Monochromatic Colors of #C01C0F
Black with #C01C0F
Text Example
Text Example
White with #C01C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C0F; }
p { color: rgb(192,28,15); }
H1.HeaderClassName
{
color: #C01C0F;
}
.AnyTagClassName
{
color: #C01C0F;
}
</style>
background-color css
<style>
a { background-color: #C01C0F; }
a { background-color: rgb(192,28,15); }
div.DivClassName
{
background-color: #C01C0F;
}
.BgClassName
{
background-color: #C01C0F;
}
</style>
border-color css
<style>
span { border-color: #C01C0F; }
span { border-color: rgb(192,28,15); }
td.TdClassName
{
border-color: #C01C0F;
}
.TagClassName
{
border-color: #C01C0F;
}
</style>