Shades of Free Speech Red #CF1501
Tints of Free Speech Red #CF1501
RGB
CMYK
RGB Variations
Color information
#CF1501 (or 0xCF1501) is known color: Free Speech Red. HEX triplet: CF, 15 and 01. RGB value is (207,21,1). Sum of RGB (Red+Green+Blue) = 207+21+1=229 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.39% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1501 is #30EAFE. Grayscale: #4A4A4A. Windows color (decimal): -3205887 or 71119. OLE color: 71119.
HSL color Cylindrical-coordinate representation of color #CF1501: hue angle of 5.83º 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 #CF1501 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.19 |
| HSL | 5.83º | 0.99% | 0.41% | - |
| HSV(B) | 5.83º | 1% | 0.81% | - |
| XYZ | 26.01 | 13.8 | 1.32 | - |
| YUV | 74.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 1 | 0 | 0.90 | 1.00 | 0.19 | 5.83 | 0.99 | 0.41 |
| Hex | CF | 15 | 1 | 0 | 5A | 64 | 13 | 6 | 63 | 29 |
| Octal | 317 | 25 | 1 | 0 | 132 | 144 | 23 | 6 | 143 | 51 |
| Binary | 11001111 | 10101 | 1 | 0 | 1011010 | 1100100 | 10011 | 110 | 1100011 | 101001 |
Color Harmonies of #CF1501
Complementary color
Monochromatic Colors of #CF1501
Black with #CF1501
Text Example
Text Example
White with #CF1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1501; }
p { color: rgb(207,21,1); }
H1.HeaderClassName
{
color: #CF1501;
}
.AnyTagClassName
{
color: #CF1501;
}
</style>
background-color css
<style>
a { background-color: #CF1501; }
a { background-color: rgb(207,21,1); }
div.DivClassName
{
background-color: #CF1501;
}
.BgClassName
{
background-color: #CF1501;
}
</style>
border-color css
<style>
span { border-color: #CF1501; }
span { border-color: rgb(207,21,1); }
td.TdClassName
{
border-color: #CF1501;
}
.TagClassName
{
border-color: #CF1501;
}
</style>