Shades of Fire Brick #C81F1D
Tints of Fire Brick #C81F1D
RGB
CMYK
RGB Variations
Color information
#C81F1D (or 0xC81F1D) is known color: Fire Brick. HEX triplet: C8, 1F and 1D. RGB value is (200,31,29). Sum of RGB (Red+Green+Blue) = 200+31+29=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F1D is #37E0E2. Grayscale: #515151. Windows color (decimal): -3662051 or 1908680. OLE color: 1908680.
HSL color Cylindrical-coordinate representation of color #C81F1D: hue angle of 0.7º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81F1D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 29 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.22 |
| HSL | 0.7º | 0.75% | 0.45% | - |
| HSV(B) | 0.7º | 0.86% | 0.78% | - |
| XYZ | 24.53 | 13.35 | 2.45 | - |
| YUV | 81.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 29 | 0 | 0.84 | 0.86 | 0.22 | 0.7 | 0.75 | 0.45 |
| Hex | C8 | 1F | 1D | 0 | 54 | 56 | 16 | 1 | 4B | 2D |
| Octal | 310 | 37 | 35 | 0 | 124 | 126 | 26 | 1 | 113 | 55 |
| Binary | 11001000 | 11111 | 11101 | 0 | 1010100 | 1010110 | 10110 | 1 | 1001011 | 101101 |
Color Harmonies of #C81F1D
Complementary color
Monochromatic Colors of #C81F1D
Black with #C81F1D
Text Example
Text Example
White with #C81F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F1D; }
p { color: rgb(200,31,29); }
H1.HeaderClassName
{
color: #C81F1D;
}
.AnyTagClassName
{
color: #C81F1D;
}
</style>
background-color css
<style>
a { background-color: #C81F1D; }
a { background-color: rgb(200,31,29); }
div.DivClassName
{
background-color: #C81F1D;
}
.BgClassName
{
background-color: #C81F1D;
}
</style>
border-color css
<style>
span { border-color: #C81F1D; }
span { border-color: rgb(200,31,29); }
td.TdClassName
{
border-color: #C81F1D;
}
.TagClassName
{
border-color: #C81F1D;
}
</style>