Shades of Free Speech Red #CF0F0B
Tints of Free Speech Red #CF0F0B
RGB
CMYK
RGB Variations
Color information
#CF0F0B (or 0xCF0F0B) is known color: Free Speech Red. HEX triplet: CF, 0F and 0B. RGB value is (207,15,11). Sum of RGB (Red+Green+Blue) = 207+15+11=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F0B is #30F0F4. Grayscale: #484848. Windows color (decimal): -3207413 or 724943. OLE color: 724943.
HSL color Cylindrical-coordinate representation of color #CF0F0B: hue angle of 1.22º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0F0B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.19 |
| HSL | 1.22º | 0.9% | 0.43% | - |
| HSV(B) | 1.22º | 0.95% | 0.81% | - |
| XYZ | 25.96 | 13.63 | 1.58 | - |
| YUV | 71.95 | 93.61 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 11 | 0 | 0.93 | 0.95 | 0.19 | 1.22 | 0.9 | 0.43 |
| Hex | CF | F | B | 0 | 5D | 5F | 13 | 1 | 5A | 2B |
| Octal | 317 | 17 | 13 | 0 | 135 | 137 | 23 | 1 | 132 | 53 |
| Binary | 11001111 | 1111 | 1011 | 0 | 1011101 | 1011111 | 10011 | 1 | 1011010 | 101011 |
Color Harmonies of #CF0F0B
Complementary color
Monochromatic Colors of #CF0F0B
Black with #CF0F0B
Text Example
Text Example
White with #CF0F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F0B; }
p { color: rgb(207,15,11); }
H1.HeaderClassName
{
color: #CF0F0B;
}
.AnyTagClassName
{
color: #CF0F0B;
}
</style>
background-color css
<style>
a { background-color: #CF0F0B; }
a { background-color: rgb(207,15,11); }
div.DivClassName
{
background-color: #CF0F0B;
}
.BgClassName
{
background-color: #CF0F0B;
}
</style>
border-color css
<style>
span { border-color: #CF0F0B; }
span { border-color: rgb(207,15,11); }
td.TdClassName
{
border-color: #CF0F0B;
}
.TagClassName
{
border-color: #CF0F0B;
}
</style>