Shades of Free Speech Red #CF0E0B
Tints of Free Speech Red #CF0E0B
RGB
CMYK
RGB Variations
Color information
#CF0E0B (or 0xCF0E0B) is known color: Free Speech Red. HEX triplet: CF, 0E and 0B. RGB value is (207,14,11). Sum of RGB (Red+Green+Blue) = 207+14+11=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0E0B is #30F1F4. Grayscale: #474747. Windows color (decimal): -3207669 or 724687. OLE color: 724687.
HSL color Cylindrical-coordinate representation of color #CF0E0B: hue angle of 0.92º 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 #CF0E0B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.19 |
| HSL | 0.92º | 0.9% | 0.43% | - |
| HSV(B) | 0.92º | 0.95% | 0.81% | - |
| XYZ | 25.95 | 13.6 | 1.57 | - |
| YUV | 71.37 | 93.94 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 11 | 0 | 0.93 | 0.95 | 0.19 | 0.92 | 0.9 | 0.43 |
| Hex | CF | E | B | 0 | 5D | 5F | 13 | 1 | 5A | 2B |
| Octal | 317 | 16 | 13 | 0 | 135 | 137 | 23 | 1 | 132 | 53 |
| Binary | 11001111 | 1110 | 1011 | 0 | 1011101 | 1011111 | 10011 | 1 | 1011010 | 101011 |
Color Harmonies of #CF0E0B
Complementary color
Monochromatic Colors of #CF0E0B
Black with #CF0E0B
Text Example
Text Example
White with #CF0E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0E0B; }
p { color: rgb(207,14,11); }
H1.HeaderClassName
{
color: #CF0E0B;
}
.AnyTagClassName
{
color: #CF0E0B;
}
</style>
background-color css
<style>
a { background-color: #CF0E0B; }
a { background-color: rgb(207,14,11); }
div.DivClassName
{
background-color: #CF0E0B;
}
.BgClassName
{
background-color: #CF0E0B;
}
</style>
border-color css
<style>
span { border-color: #CF0E0B; }
span { border-color: rgb(207,14,11); }
td.TdClassName
{
border-color: #CF0E0B;
}
.TagClassName
{
border-color: #CF0E0B;
}
</style>