Shades of Fire Brick #C01D10
Tints of Fire Brick #C01D10
RGB
CMYK
RGB Variations
Color information
#C01D10 (or 0xC01D10) is known color: Fire Brick. HEX triplet: C0, 1D and 10. RGB value is (192,29,16). Sum of RGB (Red+Green+Blue) = 192+29+16=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D10 is #3FE2EF. Grayscale: #4C4C4C. Windows color (decimal): -4186864 or 1056192. OLE color: 1056192.
HSL color Cylindrical-coordinate representation of color #C01D10: hue angle of 4.43º degrees, saturation: 0.85, 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 #C01D10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.25 |
| HSL | 4.43º | 0.85% | 0.41% | - |
| HSV(B) | 4.43º | 0.92% | 0.75% | - |
| XYZ | 22.27 | 12.12 | 1.66 | - |
| YUV | 76.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 16 | 0 | 0.85 | 0.92 | 0.25 | 4.43 | 0.85 | 0.41 |
| Hex | C0 | 1D | 10 | 0 | 55 | 5C | 19 | 4 | 55 | 29 |
| Octal | 300 | 35 | 20 | 0 | 125 | 134 | 31 | 4 | 125 | 51 |
| Binary | 11000000 | 11101 | 10000 | 0 | 1010101 | 1011100 | 11001 | 100 | 1010101 | 101001 |
Color Harmonies of #C01D10
Complementary color
Monochromatic Colors of #C01D10
Black with #C01D10
Text Example
Text Example
White with #C01D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D10; }
p { color: rgb(192,29,16); }
H1.HeaderClassName
{
color: #C01D10;
}
.AnyTagClassName
{
color: #C01D10;
}
</style>
background-color css
<style>
a { background-color: #C01D10; }
a { background-color: rgb(192,29,16); }
div.DivClassName
{
background-color: #C01D10;
}
.BgClassName
{
background-color: #C01D10;
}
</style>
border-color css
<style>
span { border-color: #C01D10; }
span { border-color: rgb(192,29,16); }
td.TdClassName
{
border-color: #C01D10;
}
.TagClassName
{
border-color: #C01D10;
}
</style>