Shades of Free Speech Red #CF1205
Tints of Free Speech Red #CF1205
RGB
CMYK
RGB Variations
Color information
#CF1205 (or 0xCF1205) is known color: Free Speech Red. HEX triplet: CF, 12 and 05. RGB value is (207,18,5). Sum of RGB (Red+Green+Blue) = 207+18+5=230 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1205 is #30EDFA. Grayscale: #494949. Windows color (decimal): -3206651 or 332495. OLE color: 332495.
HSL color Cylindrical-coordinate representation of color #CF1205: hue angle of 3.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF1205 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.19 |
| HSL | 3.86º | 0.95% | 0.42% | - |
| HSV(B) | 3.86º | 0.98% | 0.81% | - |
| XYZ | 25.98 | 13.71 | 1.42 | - |
| YUV | 73.03 | 89.62 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 5 | 0 | 0.91 | 0.98 | 0.19 | 3.86 | 0.95 | 0.42 |
| Hex | CF | 12 | 5 | 0 | 5B | 62 | 13 | 4 | 5F | 2A |
| Octal | 317 | 22 | 5 | 0 | 133 | 142 | 23 | 4 | 137 | 52 |
| Binary | 11001111 | 10010 | 101 | 0 | 1011011 | 1100010 | 10011 | 100 | 1011111 | 101010 |
Color Harmonies of #CF1205
Complementary color
Monochromatic Colors of #CF1205
Black with #CF1205
Text Example
Text Example
White with #CF1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1205; }
p { color: rgb(207,18,5); }
H1.HeaderClassName
{
color: #CF1205;
}
.AnyTagClassName
{
color: #CF1205;
}
</style>
background-color css
<style>
a { background-color: #CF1205; }
a { background-color: rgb(207,18,5); }
div.DivClassName
{
background-color: #CF1205;
}
.BgClassName
{
background-color: #CF1205;
}
</style>
border-color css
<style>
span { border-color: #CF1205; }
span { border-color: rgb(207,18,5); }
td.TdClassName
{
border-color: #CF1205;
}
.TagClassName
{
border-color: #CF1205;
}
</style>