Shades of Free Speech Red #CF0805
Tints of Free Speech Red #CF0805
RGB
CMYK
RGB Variations
Color information
#CF0805 (or 0xCF0805) is known color: Free Speech Red. HEX triplet: CF, 08 and 05. RGB value is (207,8,5). Sum of RGB (Red+Green+Blue) = 207+8+5=220 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0805 is #30F7FA. Grayscale: #434343. Windows color (decimal): -3209211 or 329935. OLE color: 329935.
HSL color Cylindrical-coordinate representation of color #CF0805: hue angle of 0.89º 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 #CF0805 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.19 |
| HSL | 0.89º | 0.95% | 0.42% | - |
| HSV(B) | 0.89º | 0.98% | 0.81% | - |
| XYZ | 25.85 | 13.45 | 1.38 | - |
| YUV | 67.16 | 92.93 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 5 | 0 | 0.96 | 0.98 | 0.19 | 0.89 | 0.95 | 0.42 |
| Hex | CF | 8 | 5 | 0 | 60 | 62 | 13 | 1 | 5F | 2A |
| Octal | 317 | 10 | 5 | 0 | 140 | 142 | 23 | 1 | 137 | 52 |
| Binary | 11001111 | 1000 | 101 | 0 | 1100000 | 1100010 | 10011 | 1 | 1011111 | 101010 |
Color Harmonies of #CF0805
Complementary color
Monochromatic Colors of #CF0805
Black with #CF0805
Text Example
Text Example
White with #CF0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0805; }
p { color: rgb(207,8,5); }
H1.HeaderClassName
{
color: #CF0805;
}
.AnyTagClassName
{
color: #CF0805;
}
</style>
background-color css
<style>
a { background-color: #CF0805; }
a { background-color: rgb(207,8,5); }
div.DivClassName
{
background-color: #CF0805;
}
.BgClassName
{
background-color: #CF0805;
}
</style>
border-color css
<style>
span { border-color: #CF0805; }
span { border-color: rgb(207,8,5); }
td.TdClassName
{
border-color: #CF0805;
}
.TagClassName
{
border-color: #CF0805;
}
</style>