Shades of Free Speech Red #CF0F05
Tints of Free Speech Red #CF0F05
RGB
CMYK
RGB Variations
Color information
#CF0F05 (or 0xCF0F05) is known color: Free Speech Red. HEX triplet: CF, 0F and 05. RGB value is (207,15,5). Sum of RGB (Red+Green+Blue) = 207+15+5=227 (30% of max value = 765). Red value is 207 (81.25% from 255 or 91.19% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F05 is #30F0FA. Grayscale: #474747. Windows color (decimal): -3207419 or 331727. OLE color: 331727.
HSL color Cylindrical-coordinate representation of color #CF0F05: hue angle of 2.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0F05 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.19 |
| HSL | 2.97º | 0.95% | 0.42% | - |
| HSV(B) | 2.97º | 0.98% | 0.81% | - |
| XYZ | 25.93 | 13.62 | 1.41 | - |
| YUV | 71.27 | 90.61 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 5 | 0 | 0.93 | 0.98 | 0.19 | 2.97 | 0.95 | 0.42 |
| Hex | CF | F | 5 | 0 | 5D | 62 | 13 | 3 | 5F | 2A |
| Octal | 317 | 17 | 5 | 0 | 135 | 142 | 23 | 3 | 137 | 52 |
| Binary | 11001111 | 1111 | 101 | 0 | 1011101 | 1100010 | 10011 | 11 | 1011111 | 101010 |
Color Harmonies of #CF0F05
Complementary color
Monochromatic Colors of #CF0F05
Black with #CF0F05
Text Example
Text Example
White with #CF0F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F05; }
p { color: rgb(207,15,5); }
H1.HeaderClassName
{
color: #CF0F05;
}
.AnyTagClassName
{
color: #CF0F05;
}
</style>
background-color css
<style>
a { background-color: #CF0F05; }
a { background-color: rgb(207,15,5); }
div.DivClassName
{
background-color: #CF0F05;
}
.BgClassName
{
background-color: #CF0F05;
}
</style>
border-color css
<style>
span { border-color: #CF0F05; }
span { border-color: rgb(207,15,5); }
td.TdClassName
{
border-color: #CF0F05;
}
.TagClassName
{
border-color: #CF0F05;
}
</style>