Shades of Free Speech Red #CF1700
Tints of Free Speech Red #CF1700
RGB
CMYK
RGB Variations
Color information
#CF1700 (or 0xCF1700) is known color: Free Speech Red. HEX triplet: CF, 17 and 00. RGB value is (207,23,0). Sum of RGB (Red+Green+Blue) = 207+23+0=230 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1700 is #30E8FF. Grayscale: #4B4B4B. Windows color (decimal): -3205376 or 6095. OLE color: 6095.
HSL color Cylindrical-coordinate representation of color #CF1700: hue angle of 6.67º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF1700 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.19 |
| HSL | 6.67º | 1% | 0.41% | - |
| HSV(B) | 6.67º | 1% | 0.81% | - |
| XYZ | 26.04 | 13.88 | 1.31 | - |
| YUV | 75.39 | 85.46 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 0 | 0 | 0.89 | 1 | 0.19 | 6.67 | 1 | 0.41 |
| Hex | CF | 17 | 0 | 0 | 59 | 64 | 13 | 7 | 64 | 29 |
| Octal | 317 | 27 | 0 | 0 | 131 | 144 | 23 | 7 | 144 | 51 |
| Binary | 11001111 | 10111 | 0 | 0 | 1011001 | 1100100 | 10011 | 111 | 1100100 | 101001 |
Color Harmonies of #CF1700
Complementary color
Monochromatic Colors of #CF1700
Black with #CF1700
Text Example
Text Example
White with #CF1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1700; }
p { color: rgb(207,23,0); }
H1.HeaderClassName
{
color: #CF1700;
}
.AnyTagClassName
{
color: #CF1700;
}
</style>
background-color css
<style>
a { background-color: #CF1700; }
a { background-color: rgb(207,23,0); }
div.DivClassName
{
background-color: #CF1700;
}
.BgClassName
{
background-color: #CF1700;
}
</style>
border-color css
<style>
span { border-color: #CF1700; }
span { border-color: rgb(207,23,0); }
td.TdClassName
{
border-color: #CF1700;
}
.TagClassName
{
border-color: #CF1700;
}
</style>