Shades of Free Speech Red #CF150C
Tints of Free Speech Red #CF150C
RGB
CMYK
RGB Variations
Color information
#CF150C (or 0xCF150C) is known color: Free Speech Red. HEX triplet: CF, 15 and 0C. RGB value is (207,21,12). Sum of RGB (Red+Green+Blue) = 207+21+12=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF150C is #30EAF3. Grayscale: #4B4B4B. Windows color (decimal): -3205876 or 792015. OLE color: 792015.
HSL color Cylindrical-coordinate representation of color #CF150C: hue angle of 2.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF150C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.19 |
| HSL | 2.77º | 0.89% | 0.43% | - |
| HSV(B) | 2.77º | 0.94% | 0.81% | - |
| XYZ | 26.07 | 13.83 | 1.64 | - |
| YUV | 75.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 12 | 0 | 0.90 | 0.94 | 0.19 | 2.77 | 0.89 | 0.43 |
| Hex | CF | 15 | C | 0 | 5A | 5E | 13 | 3 | 59 | 2B |
| Octal | 317 | 25 | 14 | 0 | 132 | 136 | 23 | 3 | 131 | 53 |
| Binary | 11001111 | 10101 | 1100 | 0 | 1011010 | 1011110 | 10011 | 11 | 1011001 | 101011 |
Color Harmonies of #CF150C
Complementary color
Monochromatic Colors of #CF150C
Black with #CF150C
Text Example
Text Example
White with #CF150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF150C; }
p { color: rgb(207,21,12); }
H1.HeaderClassName
{
color: #CF150C;
}
.AnyTagClassName
{
color: #CF150C;
}
</style>
background-color css
<style>
a { background-color: #CF150C; }
a { background-color: rgb(207,21,12); }
div.DivClassName
{
background-color: #CF150C;
}
.BgClassName
{
background-color: #CF150C;
}
</style>
border-color css
<style>
span { border-color: #CF150C; }
span { border-color: rgb(207,21,12); }
td.TdClassName
{
border-color: #CF150C;
}
.TagClassName
{
border-color: #CF150C;
}
</style>