Shades of Fire Brick #C81714
Tints of Fire Brick #C81714
RGB
CMYK
RGB Variations
Color information
#C81714 (or 0xC81714) is known color: Fire Brick. HEX triplet: C8, 17 and 14. RGB value is (200,23,20). Sum of RGB (Red+Green+Blue) = 200+23+20=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C81714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81714 is #37E8EB. Grayscale: #4B4B4B. Windows color (decimal): -3664108 or 1316808. OLE color: 1316808.
HSL color Cylindrical-coordinate representation of color #C81714: hue angle of 1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81714 is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 20 | - |
| CMYK | 0 | 0.88 | 0.9 | 0.22 |
| HSL | 1º | 0.82% | 0.43% | - |
| HSV(B) | 1º | 0.9% | 0.78% | - |
| XYZ | 24.25 | 12.94 | 1.88 | - |
| YUV | 75.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 20 | 0 | 0.88 | 0.9 | 0.22 | 1 | 0.82 | 0.43 |
| Hex | C8 | 17 | 14 | 0 | 58 | 5A | 16 | 1 | 52 | 2B |
| Octal | 310 | 27 | 24 | 0 | 130 | 132 | 26 | 1 | 122 | 53 |
| Binary | 11001000 | 10111 | 10100 | 0 | 1011000 | 1011010 | 10110 | 1 | 1010010 | 101011 |
Color Harmonies of #C81714
Complementary color
Monochromatic Colors of #C81714
Black with #C81714
Text Example
Text Example
White with #C81714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81714; }
p { color: rgb(200,23,20); }
H1.HeaderClassName
{
color: #C81714;
}
.AnyTagClassName
{
color: #C81714;
}
</style>
background-color css
<style>
a { background-color: #C81714; }
a { background-color: rgb(200,23,20); }
div.DivClassName
{
background-color: #C81714;
}
.BgClassName
{
background-color: #C81714;
}
</style>
border-color css
<style>
span { border-color: #C81714; }
span { border-color: rgb(200,23,20); }
td.TdClassName
{
border-color: #C81714;
}
.TagClassName
{
border-color: #C81714;
}
</style>