Shades of Free Speech Red #CF0B00
Tints of Free Speech Red #CF0B00
RGB
CMYK
RGB Variations
Color information
#CF0B00 (or 0xCF0B00) is known color: Free Speech Red. HEX triplet: CF, 0B and 00. RGB value is (207,11,0). Sum of RGB (Red+Green+Blue) = 207+11+0=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0B00 is #30F4FF. Grayscale: #444444. Windows color (decimal): -3208448 or 3023. OLE color: 3023.
HSL color Cylindrical-coordinate representation of color #CF0B00: hue angle of 3.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.19 |
| HSL | 3.19º | 1% | 0.41% | - |
| HSV(B) | 3.19º | 1% | 0.81% | - |
| XYZ | 25.85 | 13.5 | 1.24 | - |
| YUV | 68.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 0 | 0 | 0.95 | 1 | 0.19 | 3.19 | 1 | 0.41 |
| Hex | CF | B | 0 | 0 | 5F | 64 | 13 | 3 | 64 | 29 |
| Octal | 317 | 13 | 0 | 0 | 137 | 144 | 23 | 3 | 144 | 51 |
| Binary | 11001111 | 1011 | 0 | 0 | 1011111 | 1100100 | 10011 | 11 | 1100100 | 101001 |
Color Harmonies of #CF0B00
Complementary color
Monochromatic Colors of #CF0B00
Black with #CF0B00
Text Example
Text Example
White with #CF0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B00; }
p { color: rgb(207,11,0); }
H1.HeaderClassName
{
color: #CF0B00;
}
.AnyTagClassName
{
color: #CF0B00;
}
</style>
background-color css
<style>
a { background-color: #CF0B00; }
a { background-color: rgb(207,11,0); }
div.DivClassName
{
background-color: #CF0B00;
}
.BgClassName
{
background-color: #CF0B00;
}
</style>
border-color css
<style>
span { border-color: #CF0B00; }
span { border-color: rgb(207,11,0); }
td.TdClassName
{
border-color: #CF0B00;
}
.TagClassName
{
border-color: #CF0B00;
}
</style>