Shades of Free Speech Red #CF1500
Tints of Free Speech Red #CF1500
RGB
CMYK
RGB Variations
Color information
#CF1500 (or 0xCF1500) is known color: Free Speech Red. HEX triplet: CF, 15 and 00. RGB value is (207,21,0). Sum of RGB (Red+Green+Blue) = 207+21+0=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1500 is #30EAFF. Grayscale: #4A4A4A. Windows color (decimal): -3205888 or 5583. OLE color: 5583.
HSL color Cylindrical-coordinate representation of color #CF1500: hue angle of 6.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF1500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.19 |
| HSL | 6.09º | 1% | 0.41% | - |
| HSV(B) | 6.09º | 1% | 0.81% | - |
| XYZ | 26 | 13.8 | 1.29 | - |
| YUV | 74.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 0 | 0 | 0.90 | 1 | 0.19 | 6.09 | 1 | 0.41 |
| Hex | CF | 15 | 0 | 0 | 5A | 64 | 13 | 6 | 64 | 29 |
| Octal | 317 | 25 | 0 | 0 | 132 | 144 | 23 | 6 | 144 | 51 |
| Binary | 11001111 | 10101 | 0 | 0 | 1011010 | 1100100 | 10011 | 110 | 1100100 | 101001 |
Color Harmonies of #CF1500
Complementary color
Monochromatic Colors of #CF1500
Black with #CF1500
Text Example
Text Example
White with #CF1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1500; }
p { color: rgb(207,21,0); }
H1.HeaderClassName
{
color: #CF1500;
}
.AnyTagClassName
{
color: #CF1500;
}
</style>
background-color css
<style>
a { background-color: #CF1500; }
a { background-color: rgb(207,21,0); }
div.DivClassName
{
background-color: #CF1500;
}
.BgClassName
{
background-color: #CF1500;
}
</style>
border-color css
<style>
span { border-color: #CF1500; }
span { border-color: rgb(207,21,0); }
td.TdClassName
{
border-color: #CF1500;
}
.TagClassName
{
border-color: #CF1500;
}
</style>