Shades of Free Speech Red #CF150E
Tints of Free Speech Red #CF150E
RGB
CMYK
RGB Variations
Color information
#CF150E (or 0xCF150E) is known color: Free Speech Red. HEX triplet: CF, 15 and 0E. RGB value is (207,21,14). Sum of RGB (Red+Green+Blue) = 207+21+14=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF150E is #30EAF1. Grayscale: #4C4C4C. Windows color (decimal): -3205874 or 923087. OLE color: 923087.
HSL color Cylindrical-coordinate representation of color #CF150E: hue angle of 2.18º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF150E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.19 |
| HSL | 2.18º | 0.87% | 0.43% | - |
| HSV(B) | 2.18º | 0.93% | 0.81% | - |
| XYZ | 26.08 | 13.83 | 1.71 | - |
| YUV | 75.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 14 | 0 | 0.90 | 0.93 | 0.19 | 2.18 | 0.87 | 0.43 |
| Hex | CF | 15 | E | 0 | 5A | 5D | 13 | 2 | 57 | 2B |
| Octal | 317 | 25 | 16 | 0 | 132 | 135 | 23 | 2 | 127 | 53 |
| Binary | 11001111 | 10101 | 1110 | 0 | 1011010 | 1011101 | 10011 | 10 | 1010111 | 101011 |
Color Harmonies of #CF150E
Complementary color
Monochromatic Colors of #CF150E
Black with #CF150E
Text Example
Text Example
White with #CF150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF150E; }
p { color: rgb(207,21,14); }
H1.HeaderClassName
{
color: #CF150E;
}
.AnyTagClassName
{
color: #CF150E;
}
</style>
background-color css
<style>
a { background-color: #CF150E; }
a { background-color: rgb(207,21,14); }
div.DivClassName
{
background-color: #CF150E;
}
.BgClassName
{
background-color: #CF150E;
}
</style>
border-color css
<style>
span { border-color: #CF150E; }
span { border-color: rgb(207,21,14); }
td.TdClassName
{
border-color: #CF150E;
}
.TagClassName
{
border-color: #CF150E;
}
</style>