Shades of Free Speech Red #CF1513
Tints of Free Speech Red #CF1513
RGB
CMYK
RGB Variations
Color information
#CF1513 (or 0xCF1513) is known color: Free Speech Red. HEX triplet: CF, 15 and 13. RGB value is (207,21,19). Sum of RGB (Red+Green+Blue) = 207+21+19=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1513 is #30EAEC. Grayscale: #4C4C4C. Windows color (decimal): -3205869 or 1250767. OLE color: 1250767.
HSL color Cylindrical-coordinate representation of color #CF1513: hue angle of 0.64º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1513 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 19 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.19 |
| HSL | 0.64º | 0.83% | 0.44% | - |
| HSV(B) | 0.64º | 0.91% | 0.81% | - |
| XYZ | 26.12 | 13.85 | 1.91 | - |
| YUV | 76.39 | 95.62 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 19 | 0 | 0.90 | 0.91 | 0.19 | 0.64 | 0.83 | 0.44 |
| Hex | CF | 15 | 13 | 0 | 5A | 5B | 13 | 1 | 53 | 2C |
| Octal | 317 | 25 | 23 | 0 | 132 | 133 | 23 | 1 | 123 | 54 |
| Binary | 11001111 | 10101 | 10011 | 0 | 1011010 | 1011011 | 10011 | 1 | 1010011 | 101100 |
Color Harmonies of #CF1513
Complementary color
Monochromatic Colors of #CF1513
Black with #CF1513
Text Example
Text Example
White with #CF1513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1513; }
p { color: rgb(207,21,19); }
H1.HeaderClassName
{
color: #CF1513;
}
.AnyTagClassName
{
color: #CF1513;
}
</style>
background-color css
<style>
a { background-color: #CF1513; }
a { background-color: rgb(207,21,19); }
div.DivClassName
{
background-color: #CF1513;
}
.BgClassName
{
background-color: #CF1513;
}
</style>
border-color css
<style>
span { border-color: #CF1513; }
span { border-color: rgb(207,21,19); }
td.TdClassName
{
border-color: #CF1513;
}
.TagClassName
{
border-color: #CF1513;
}
</style>