Shades of Free Speech Red #CF1515
Tints of Free Speech Red #CF1515
RGB
CMYK
RGB Variations
Color information
#CF1515 (or 0xCF1515) is known color: Free Speech Red. HEX triplet: CF, 15 and 15. RGB value is (207,21,21). Sum of RGB (Red+Green+Blue) = 207+21+21=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1515 is #30EAEA. Grayscale: #4C4C4C. Windows color (decimal): -3205867 or 1381839. OLE color: 1381839.
HSL color Cylindrical-coordinate representation of color #CF1515: hue angle of 0º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1515 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 21 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.19 |
| HSL | 0º | 0.82% | 0.45% | - |
| HSV(B) | 0º | 0.9% | 0.81% | - |
| XYZ | 26.14 | 13.86 | 2.01 | - |
| YUV | 76.61 | 96.62 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 21 | 0 | 0.90 | 0.90 | 0.19 | 0 | 0.82 | 0.45 |
| Hex | CF | 15 | 15 | 0 | 5A | 5A | 13 | 0 | 52 | 2D |
| Octal | 317 | 25 | 25 | 0 | 132 | 132 | 23 | 0 | 122 | 55 |
| Binary | 11001111 | 10101 | 10101 | 0 | 1011010 | 1011010 | 10011 | 0 | 1010010 | 101101 |
Color Harmonies of #CF1515
Complementary color
Monochromatic Colors of #CF1515
Black with #CF1515
Text Example
Text Example
White with #CF1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1515; }
p { color: rgb(207,21,21); }
H1.HeaderClassName
{
color: #CF1515;
}
.AnyTagClassName
{
color: #CF1515;
}
</style>
background-color css
<style>
a { background-color: #CF1515; }
a { background-color: rgb(207,21,21); }
div.DivClassName
{
background-color: #CF1515;
}
.BgClassName
{
background-color: #CF1515;
}
</style>
border-color css
<style>
span { border-color: #CF1515; }
span { border-color: rgb(207,21,21); }
td.TdClassName
{
border-color: #CF1515;
}
.TagClassName
{
border-color: #CF1515;
}
</style>