Shades of Free Speech Red #CF0C00
Tints of Free Speech Red #CF0C00
RGB
CMYK
RGB Variations
Color information
#CF0C00 (or 0xCF0C00) is known color: Free Speech Red. HEX triplet: CF, 0C and 00. RGB value is (207,12,0). Sum of RGB (Red+Green+Blue) = 207+12+0=219 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.52% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0C00 is #30F3FF. Grayscale: #454545. Windows color (decimal): -3208192 or 3279. OLE color: 3279.
HSL color Cylindrical-coordinate representation of color #CF0C00: hue angle of 3.48º 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 #CF0C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.19 |
| HSL | 3.48º | 1% | 0.41% | - |
| HSV(B) | 3.48º | 1% | 0.81% | - |
| XYZ | 25.86 | 13.53 | 1.25 | - |
| YUV | 68.94 | 89.1 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 0 | 0 | 0.94 | 1 | 0.19 | 3.48 | 1 | 0.41 |
| Hex | CF | C | 0 | 0 | 5E | 64 | 13 | 3 | 64 | 29 |
| Octal | 317 | 14 | 0 | 0 | 136 | 144 | 23 | 3 | 144 | 51 |
| Binary | 11001111 | 1100 | 0 | 0 | 1011110 | 1100100 | 10011 | 11 | 1100100 | 101001 |
Color Harmonies of #CF0C00
Complementary color
Monochromatic Colors of #CF0C00
Black with #CF0C00
Text Example
Text Example
White with #CF0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C00; }
p { color: rgb(207,12,0); }
H1.HeaderClassName
{
color: #CF0C00;
}
.AnyTagClassName
{
color: #CF0C00;
}
</style>
background-color css
<style>
a { background-color: #CF0C00; }
a { background-color: rgb(207,12,0); }
div.DivClassName
{
background-color: #CF0C00;
}
.BgClassName
{
background-color: #CF0C00;
}
</style>
border-color css
<style>
span { border-color: #CF0C00; }
span { border-color: rgb(207,12,0); }
td.TdClassName
{
border-color: #CF0C00;
}
.TagClassName
{
border-color: #CF0C00;
}
</style>