Shades of Fire Brick #CF1616
Tints of Fire Brick #CF1616
RGB
CMYK
RGB Variations
Color information
#CF1616 (or 0xCF1616) is known color: Fire Brick. HEX triplet: CF, 16 and 16. RGB value is (207,22,22). Sum of RGB (Red+Green+Blue) = 207+22+22=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1616 is #30E9E9. Grayscale: #4D4D4D. Windows color (decimal): -3205610 or 1447631. OLE color: 1447631.
HSL color Cylindrical-coordinate representation of color #CF1616: hue angle of 0º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1616 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 22 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.19 |
| HSL | 0º | 0.81% | 0.45% | - |
| HSV(B) | 0º | 0.89% | 0.81% | - |
| XYZ | 26.16 | 13.9 | 2.06 | - |
| YUV | 77.32 | 96.79 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 22 | 0 | 0.89 | 0.89 | 0.19 | 0 | 0.81 | 0.45 |
| Hex | CF | 16 | 16 | 0 | 59 | 59 | 13 | 0 | 51 | 2D |
| Octal | 317 | 26 | 26 | 0 | 131 | 131 | 23 | 0 | 121 | 55 |
| Binary | 11001111 | 10110 | 10110 | 0 | 1011001 | 1011001 | 10011 | 0 | 1010001 | 101101 |
Color Harmonies of #CF1616
Complementary color
Monochromatic Colors of #CF1616
Black with #CF1616
Text Example
Text Example
White with #CF1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1616; }
p { color: rgb(207,22,22); }
H1.HeaderClassName
{
color: #CF1616;
}
.AnyTagClassName
{
color: #CF1616;
}
</style>
background-color css
<style>
a { background-color: #CF1616; }
a { background-color: rgb(207,22,22); }
div.DivClassName
{
background-color: #CF1616;
}
.BgClassName
{
background-color: #CF1616;
}
</style>
border-color css
<style>
span { border-color: #CF1616; }
span { border-color: rgb(207,22,22); }
td.TdClassName
{
border-color: #CF1616;
}
.TagClassName
{
border-color: #CF1616;
}
</style>