Shades of Free Speech Red #CF1504
Tints of Free Speech Red #CF1504
RGB
CMYK
RGB Variations
Color information
#CF1504 (or 0xCF1504) is known color: Free Speech Red. HEX triplet: CF, 15 and 04. RGB value is (207,21,4). Sum of RGB (Red+Green+Blue) = 207+21+4=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1504 is #30EAFB. Grayscale: #4A4A4A. Windows color (decimal): -3205884 or 267727. OLE color: 267727.
HSL color Cylindrical-coordinate representation of color #CF1504: hue angle of 5.02º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF1504 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.19 |
| HSL | 5.02º | 0.96% | 0.41% | - |
| HSV(B) | 5.02º | 0.98% | 0.81% | - |
| XYZ | 26.02 | 13.81 | 1.41 | - |
| YUV | 74.68 | 88.12 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 4 | 0 | 0.90 | 0.98 | 0.19 | 5.02 | 0.96 | 0.41 |
| Hex | CF | 15 | 4 | 0 | 5A | 62 | 13 | 5 | 60 | 29 |
| Octal | 317 | 25 | 4 | 0 | 132 | 142 | 23 | 5 | 140 | 51 |
| Binary | 11001111 | 10101 | 100 | 0 | 1011010 | 1100010 | 10011 | 101 | 1100000 | 101001 |
Color Harmonies of #CF1504
Complementary color
Monochromatic Colors of #CF1504
Black with #CF1504
Text Example
Text Example
White with #CF1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1504; }
p { color: rgb(207,21,4); }
H1.HeaderClassName
{
color: #CF1504;
}
.AnyTagClassName
{
color: #CF1504;
}
</style>
background-color css
<style>
a { background-color: #CF1504; }
a { background-color: rgb(207,21,4); }
div.DivClassName
{
background-color: #CF1504;
}
.BgClassName
{
background-color: #CF1504;
}
</style>
border-color css
<style>
span { border-color: #CF1504; }
span { border-color: rgb(207,21,4); }
td.TdClassName
{
border-color: #CF1504;
}
.TagClassName
{
border-color: #CF1504;
}
</style>