Shades of Free Speech Red #CF1310
Tints of Free Speech Red #CF1310
RGB
CMYK
RGB Variations
Color information
#CF1310 (or 0xCF1310) is known color: Free Speech Red. HEX triplet: CF, 13 and 10. RGB value is (207,19,16). Sum of RGB (Red+Green+Blue) = 207+19+16=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1310 is #30ECEF. Grayscale: #4B4B4B. Windows color (decimal): -3206384 or 1053647. OLE color: 1053647.
HSL color Cylindrical-coordinate representation of color #CF1310: hue angle of 0.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1310 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 16 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.19 |
| HSL | 0.94º | 0.86% | 0.44% | - |
| HSV(B) | 0.94º | 0.92% | 0.81% | - |
| XYZ | 26.06 | 13.77 | 1.77 | - |
| YUV | 74.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 16 | 0 | 0.91 | 0.92 | 0.19 | 0.94 | 0.86 | 0.44 |
| Hex | CF | 13 | 10 | 0 | 5B | 5C | 13 | 1 | 56 | 2C |
| Octal | 317 | 23 | 20 | 0 | 133 | 134 | 23 | 1 | 126 | 54 |
| Binary | 11001111 | 10011 | 10000 | 0 | 1011011 | 1011100 | 10011 | 1 | 1010110 | 101100 |
Color Harmonies of #CF1310
Complementary color
Monochromatic Colors of #CF1310
Black with #CF1310
Text Example
Text Example
White with #CF1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1310; }
p { color: rgb(207,19,16); }
H1.HeaderClassName
{
color: #CF1310;
}
.AnyTagClassName
{
color: #CF1310;
}
</style>
background-color css
<style>
a { background-color: #CF1310; }
a { background-color: rgb(207,19,16); }
div.DivClassName
{
background-color: #CF1310;
}
.BgClassName
{
background-color: #CF1310;
}
</style>
border-color css
<style>
span { border-color: #CF1310; }
span { border-color: rgb(207,19,16); }
td.TdClassName
{
border-color: #CF1310;
}
.TagClassName
{
border-color: #CF1310;
}
</style>