Shades of Fire Brick #C81715
Tints of Fire Brick #C81715
RGB
CMYK
RGB Variations
Color information
#C81715 (or 0xC81715) is known color: Fire Brick. HEX triplet: C8, 17 and 15. RGB value is (200,23,21). Sum of RGB (Red+Green+Blue) = 200+23+21=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C81715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81715 is #37E8EA. Grayscale: #4B4B4B. Windows color (decimal): -3664107 or 1382344. OLE color: 1382344.
HSL color Cylindrical-coordinate representation of color #C81715: hue angle of 0.67º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81715 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 21 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.22 |
| HSL | 0.67º | 0.81% | 0.43% | - |
| HSV(B) | 0.67º | 0.9% | 0.78% | - |
| XYZ | 24.26 | 12.95 | 1.93 | - |
| YUV | 75.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 21 | 0 | 0.88 | 0.90 | 0.22 | 0.67 | 0.81 | 0.43 |
| Hex | C8 | 17 | 15 | 0 | 58 | 5A | 16 | 1 | 51 | 2B |
| Octal | 310 | 27 | 25 | 0 | 130 | 132 | 26 | 1 | 121 | 53 |
| Binary | 11001000 | 10111 | 10101 | 0 | 1011000 | 1011010 | 10110 | 1 | 1010001 | 101011 |
Color Harmonies of #C81715
Complementary color
Monochromatic Colors of #C81715
Black with #C81715
Text Example
Text Example
White with #C81715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81715; }
p { color: rgb(200,23,21); }
H1.HeaderClassName
{
color: #C81715;
}
.AnyTagClassName
{
color: #C81715;
}
</style>
background-color css
<style>
a { background-color: #C81715; }
a { background-color: rgb(200,23,21); }
div.DivClassName
{
background-color: #C81715;
}
.BgClassName
{
background-color: #C81715;
}
</style>
border-color css
<style>
span { border-color: #C81715; }
span { border-color: rgb(200,23,21); }
td.TdClassName
{
border-color: #C81715;
}
.TagClassName
{
border-color: #C81715;
}
</style>