Shades of Free Speech Red #CF1808
Tints of Free Speech Red #CF1808
RGB
CMYK
RGB Variations
Color information
#CF1808 (or 0xCF1808) is known color: Free Speech Red. HEX triplet: CF, 18 and 08. RGB value is (207,24,8). Sum of RGB (Red+Green+Blue) = 207+24+8=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1808 is #30E7F7. Grayscale: #4D4D4D. Windows color (decimal): -3205112 or 530639. OLE color: 530639.
HSL color Cylindrical-coordinate representation of color #CF1808: hue angle of 4.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF1808 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.19 |
| HSL | 4.82º | 0.93% | 0.42% | - |
| HSV(B) | 4.82º | 0.96% | 0.81% | - |
| XYZ | 26.1 | 13.94 | 1.54 | - |
| YUV | 76.89 | 89.13 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 8 | 0 | 0.88 | 0.96 | 0.19 | 4.82 | 0.93 | 0.42 |
| Hex | CF | 18 | 8 | 0 | 58 | 60 | 13 | 5 | 5D | 2A |
| Octal | 317 | 30 | 10 | 0 | 130 | 140 | 23 | 5 | 135 | 52 |
| Binary | 11001111 | 11000 | 1000 | 0 | 1011000 | 1100000 | 10011 | 101 | 1011101 | 101010 |
Color Harmonies of #CF1808
Complementary color
Monochromatic Colors of #CF1808
Black with #CF1808
Text Example
Text Example
White with #CF1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1808; }
p { color: rgb(207,24,8); }
H1.HeaderClassName
{
color: #CF1808;
}
.AnyTagClassName
{
color: #CF1808;
}
</style>
background-color css
<style>
a { background-color: #CF1808; }
a { background-color: rgb(207,24,8); }
div.DivClassName
{
background-color: #CF1808;
}
.BgClassName
{
background-color: #CF1808;
}
</style>
border-color css
<style>
span { border-color: #CF1808; }
span { border-color: rgb(207,24,8); }
td.TdClassName
{
border-color: #CF1808;
}
.TagClassName
{
border-color: #CF1808;
}
</style>