Shades of Free Speech Red #CF1905
Tints of Free Speech Red #CF1905
RGB
CMYK
RGB Variations
Color information
#CF1905 (or 0xCF1905) is known color: Free Speech Red. HEX triplet: CF, 19 and 05. RGB value is (207,25,5). Sum of RGB (Red+Green+Blue) = 207+25+5=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1905 is #30E6FA. Grayscale: #4D4D4D. Windows color (decimal): -3204859 or 334287. OLE color: 334287.
HSL color Cylindrical-coordinate representation of color #CF1905: hue angle of 5.94º 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 #CF1905 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.19 |
| HSL | 5.94º | 0.95% | 0.42% | - |
| HSV(B) | 5.94º | 0.98% | 0.81% | - |
| XYZ | 26.11 | 13.97 | 1.46 | - |
| YUV | 77.14 | 87.3 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 5 | 0 | 0.88 | 0.98 | 0.19 | 5.94 | 0.95 | 0.42 |
| Hex | CF | 19 | 5 | 0 | 58 | 62 | 13 | 6 | 5F | 2A |
| Octal | 317 | 31 | 5 | 0 | 130 | 142 | 23 | 6 | 137 | 52 |
| Binary | 11001111 | 11001 | 101 | 0 | 1011000 | 1100010 | 10011 | 110 | 1011111 | 101010 |
Color Harmonies of #CF1905
Complementary color
Monochromatic Colors of #CF1905
Black with #CF1905
Text Example
Text Example
White with #CF1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1905; }
p { color: rgb(207,25,5); }
H1.HeaderClassName
{
color: #CF1905;
}
.AnyTagClassName
{
color: #CF1905;
}
</style>
background-color css
<style>
a { background-color: #CF1905; }
a { background-color: rgb(207,25,5); }
div.DivClassName
{
background-color: #CF1905;
}
.BgClassName
{
background-color: #CF1905;
}
</style>
border-color css
<style>
span { border-color: #CF1905; }
span { border-color: rgb(207,25,5); }
td.TdClassName
{
border-color: #CF1905;
}
.TagClassName
{
border-color: #CF1905;
}
</style>