Shades of Free Speech Red #CF1301
Tints of Free Speech Red #CF1301
RGB
CMYK
RGB Variations
Color information
#CF1301 (or 0xCF1301) is known color: Free Speech Red. HEX triplet: CF, 13 and 01. RGB value is (207,19,1). Sum of RGB (Red+Green+Blue) = 207+19+1=227 (30% of max value = 765). Red value is 207 (81.25% from 255 or 91.19% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1301 is #30ECFE. Grayscale: #494949. Windows color (decimal): -3206399 or 70607. OLE color: 70607.
HSL color Cylindrical-coordinate representation of color #CF1301: hue angle of 5.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF1301 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.19 |
| HSL | 5.24º | 0.99% | 0.41% | - |
| HSV(B) | 5.24º | 1% | 0.81% | - |
| XYZ | 25.97 | 13.73 | 1.31 | - |
| YUV | 73.16 | 87.28 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 1 | 0 | 0.91 | 1.00 | 0.19 | 5.24 | 0.99 | 0.41 |
| Hex | CF | 13 | 1 | 0 | 5B | 64 | 13 | 5 | 63 | 29 |
| Octal | 317 | 23 | 1 | 0 | 133 | 144 | 23 | 5 | 143 | 51 |
| Binary | 11001111 | 10011 | 1 | 0 | 1011011 | 1100100 | 10011 | 101 | 1100011 | 101001 |
Color Harmonies of #CF1301
Complementary color
Monochromatic Colors of #CF1301
Black with #CF1301
Text Example
Text Example
White with #CF1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1301; }
p { color: rgb(207,19,1); }
H1.HeaderClassName
{
color: #CF1301;
}
.AnyTagClassName
{
color: #CF1301;
}
</style>
background-color css
<style>
a { background-color: #CF1301; }
a { background-color: rgb(207,19,1); }
div.DivClassName
{
background-color: #CF1301;
}
.BgClassName
{
background-color: #CF1301;
}
</style>
border-color css
<style>
span { border-color: #CF1301; }
span { border-color: rgb(207,19,1); }
td.TdClassName
{
border-color: #CF1301;
}
.TagClassName
{
border-color: #CF1301;
}
</style>