Shades of Fire Brick #C01B0E
Tints of Fire Brick #C01B0E
RGB
CMYK
RGB Variations
Color information
#C01B0E (or 0xC01B0E) is known color: Fire Brick. HEX triplet: C0, 1B and 0E. RGB value is (192,27,14). Sum of RGB (Red+Green+Blue) = 192+27+14=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01B0E is #3FE4F1. Grayscale: #4B4B4B. Windows color (decimal): -4187378 or 924608. OLE color: 924608.
HSL color Cylindrical-coordinate representation of color #C01B0E: hue angle of 4.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C01B0E is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 14 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.25 |
| HSL | 4.38º | 0.86% | 0.4% | - |
| HSV(B) | 4.38º | 0.93% | 0.75% | - |
| XYZ | 22.21 | 12.02 | 1.57 | - |
| YUV | 74.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 14 | 0 | 0.86 | 0.93 | 0.25 | 4.38 | 0.86 | 0.4 |
| Hex | C0 | 1B | E | 0 | 56 | 5D | 19 | 4 | 56 | 28 |
| Octal | 300 | 33 | 16 | 0 | 126 | 135 | 31 | 4 | 126 | 50 |
| Binary | 11000000 | 11011 | 1110 | 0 | 1010110 | 1011101 | 11001 | 100 | 1010110 | 101000 |
Color Harmonies of #C01B0E
Complementary color
Monochromatic Colors of #C01B0E
Black with #C01B0E
Text Example
Text Example
White with #C01B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B0E; }
p { color: rgb(192,27,14); }
H1.HeaderClassName
{
color: #C01B0E;
}
.AnyTagClassName
{
color: #C01B0E;
}
</style>
background-color css
<style>
a { background-color: #C01B0E; }
a { background-color: rgb(192,27,14); }
div.DivClassName
{
background-color: #C01B0E;
}
.BgClassName
{
background-color: #C01B0E;
}
</style>
border-color css
<style>
span { border-color: #C01B0E; }
span { border-color: rgb(192,27,14); }
td.TdClassName
{
border-color: #C01B0E;
}
.TagClassName
{
border-color: #C01B0E;
}
</style>