Shades of Free Speech Red #CF100B
Tints of Free Speech Red #CF100B
RGB
CMYK
RGB Variations
Color information
#CF100B (or 0xCF100B) is known color: Free Speech Red. HEX triplet: CF, 10 and 0B. RGB value is (207,16,11). Sum of RGB (Red+Green+Blue) = 207+16+11=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF100B is #30EFF4. Grayscale: #484848. Windows color (decimal): -3207157 or 725199. OLE color: 725199.
HSL color Cylindrical-coordinate representation of color #CF100B: hue angle of 1.53º 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 #CF100B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.19 |
| HSL | 1.53º | 0.9% | 0.43% | - |
| HSV(B) | 1.53º | 0.95% | 0.81% | - |
| XYZ | 25.98 | 13.66 | 1.58 | - |
| YUV | 72.54 | 93.28 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 11 | 0 | 0.92 | 0.95 | 0.19 | 1.53 | 0.9 | 0.43 |
| Hex | CF | 10 | B | 0 | 5C | 5F | 13 | 2 | 5A | 2B |
| Octal | 317 | 20 | 13 | 0 | 134 | 137 | 23 | 2 | 132 | 53 |
| Binary | 11001111 | 10000 | 1011 | 0 | 1011100 | 1011111 | 10011 | 10 | 1011010 | 101011 |
Color Harmonies of #CF100B
Complementary color
Monochromatic Colors of #CF100B
Black with #CF100B
Text Example
Text Example
White with #CF100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF100B; }
p { color: rgb(207,16,11); }
H1.HeaderClassName
{
color: #CF100B;
}
.AnyTagClassName
{
color: #CF100B;
}
</style>
background-color css
<style>
a { background-color: #CF100B; }
a { background-color: rgb(207,16,11); }
div.DivClassName
{
background-color: #CF100B;
}
.BgClassName
{
background-color: #CF100B;
}
</style>
border-color css
<style>
span { border-color: #CF100B; }
span { border-color: rgb(207,16,11); }
td.TdClassName
{
border-color: #CF100B;
}
.TagClassName
{
border-color: #CF100B;
}
</style>