Shades of Free Speech Red #CF0200
Tints of Free Speech Red #CF0200
RGB
CMYK
RGB Variations
Color information
#CF0200 (or 0xCF0200) is known color: Free Speech Red. HEX triplet: CF, 02 and 00. RGB value is (207,2,0). Sum of RGB (Red+Green+Blue) = 207+2+0=209 (27% of max value = 765). Red value is 207 (81.25% from 255 or 99.04% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0200 is #30FDFF. Grayscale: #3F3F3F. Windows color (decimal): -3210752 or 719. OLE color: 719.
HSL color Cylindrical-coordinate representation of color #CF0200: hue angle of 0.58º 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 #CF0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.19 |
| HSL | 0.58º | 1% | 0.41% | - |
| HSV(B) | 0.58º | 1% | 0.81% | - |
| XYZ | 25.75 | 13.31 | 1.21 | - |
| YUV | 63.07 | 92.42 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 0 | 0 | 0.99 | 1 | 0.19 | 0.58 | 1 | 0.41 |
| Hex | CF | 2 | 0 | 0 | 63 | 64 | 13 | 1 | 64 | 29 |
| Octal | 317 | 2 | 0 | 0 | 143 | 144 | 23 | 1 | 144 | 51 |
| Binary | 11001111 | 10 | 0 | 0 | 1100011 | 1100100 | 10011 | 1 | 1100100 | 101001 |
Color Harmonies of #CF0200
Complementary color
Monochromatic Colors of #CF0200
Black with #CF0200
Text Example
Text Example
White with #CF0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0200; }
p { color: rgb(207,2,0); }
H1.HeaderClassName
{
color: #CF0200;
}
.AnyTagClassName
{
color: #CF0200;
}
</style>
background-color css
<style>
a { background-color: #CF0200; }
a { background-color: rgb(207,2,0); }
div.DivClassName
{
background-color: #CF0200;
}
.BgClassName
{
background-color: #CF0200;
}
</style>
border-color css
<style>
span { border-color: #CF0200; }
span { border-color: rgb(207,2,0); }
td.TdClassName
{
border-color: #CF0200;
}
.TagClassName
{
border-color: #CF0200;
}
</style>