Shades of Free Speech Red #CF0901
Tints of Free Speech Red #CF0901
RGB
CMYK
RGB Variations
Color information
#CF0901 (or 0xCF0901) is known color: Free Speech Red. HEX triplet: CF, 09 and 01. RGB value is (207,9,1). Sum of RGB (Red+Green+Blue) = 207+9+1=217 (28% of max value = 765). Red value is 207 (81.25% from 255 or 95.39% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0901 is #30F6FE. Grayscale: #434343. Windows color (decimal): -3208959 or 68047. OLE color: 68047.
HSL color Cylindrical-coordinate representation of color #CF0901: hue angle of 2.33º 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 #CF0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.19 |
| HSL | 2.33º | 0.99% | 0.41% | - |
| HSV(B) | 2.33º | 1% | 0.81% | - |
| XYZ | 25.84 | 13.46 | 1.27 | - |
| YUV | 67.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 1 | 0 | 0.96 | 1.00 | 0.19 | 2.33 | 0.99 | 0.41 |
| Hex | CF | 9 | 1 | 0 | 60 | 64 | 13 | 2 | 63 | 29 |
| Octal | 317 | 11 | 1 | 0 | 140 | 144 | 23 | 2 | 143 | 51 |
| Binary | 11001111 | 1001 | 1 | 0 | 1100000 | 1100100 | 10011 | 10 | 1100011 | 101001 |
Color Harmonies of #CF0901
Complementary color
Monochromatic Colors of #CF0901
Black with #CF0901
Text Example
Text Example
White with #CF0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0901; }
p { color: rgb(207,9,1); }
H1.HeaderClassName
{
color: #CF0901;
}
.AnyTagClassName
{
color: #CF0901;
}
</style>
background-color css
<style>
a { background-color: #CF0901; }
a { background-color: rgb(207,9,1); }
div.DivClassName
{
background-color: #CF0901;
}
.BgClassName
{
background-color: #CF0901;
}
</style>
border-color css
<style>
span { border-color: #CF0901; }
span { border-color: rgb(207,9,1); }
td.TdClassName
{
border-color: #CF0901;
}
.TagClassName
{
border-color: #CF0901;
}
</style>