Shades of Fire Brick #C81616
Tints of Fire Brick #C81616
RGB
CMYK
RGB Variations
Color information
#C81616 (or 0xC81616) is known color: Fire Brick. HEX triplet: C8, 16 and 16. RGB value is (200,22,22). Sum of RGB (Red+Green+Blue) = 200+22+22=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C81616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81616 is #37E9E9. Grayscale: #4B4B4B. Windows color (decimal): -3664362 or 1447624. OLE color: 1447624.
HSL color Cylindrical-coordinate representation of color #C81616: hue angle of 0º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81616 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 22 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.22 |
| HSL | 0º | 0.8% | 0.44% | - |
| HSV(B) | 0º | 0.89% | 0.78% | - |
| XYZ | 24.25 | 12.91 | 1.97 | - |
| YUV | 75.22 | 97.97 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 22 | 0 | 0.89 | 0.89 | 0.22 | 0 | 0.8 | 0.44 |
| Hex | C8 | 16 | 16 | 0 | 59 | 59 | 16 | 0 | 50 | 2C |
| Octal | 310 | 26 | 26 | 0 | 131 | 131 | 26 | 0 | 120 | 54 |
| Binary | 11001000 | 10110 | 10110 | 0 | 1011001 | 1011001 | 10110 | 0 | 1010000 | 101100 |
Color Harmonies of #C81616
Complementary color
Monochromatic Colors of #C81616
Black with #C81616
Text Example
Text Example
White with #C81616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81616; }
p { color: rgb(200,22,22); }
H1.HeaderClassName
{
color: #C81616;
}
.AnyTagClassName
{
color: #C81616;
}
</style>
background-color css
<style>
a { background-color: #C81616; }
a { background-color: rgb(200,22,22); }
div.DivClassName
{
background-color: #C81616;
}
.BgClassName
{
background-color: #C81616;
}
</style>
border-color css
<style>
span { border-color: #C81616; }
span { border-color: rgb(200,22,22); }
td.TdClassName
{
border-color: #C81616;
}
.TagClassName
{
border-color: #C81616;
}
</style>