Shades of Free Speech Red #CF1002
Tints of Free Speech Red #CF1002
RGB
CMYK
RGB Variations
Color information
#CF1002 (or 0xCF1002) is known color: Free Speech Red. HEX triplet: CF, 10 and 02. RGB value is (207,16,2). Sum of RGB (Red+Green+Blue) = 207+16+2=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1002 is #30EFFD. Grayscale: #474747. Windows color (decimal): -3207166 or 135375. OLE color: 135375.
HSL color Cylindrical-coordinate representation of color #CF1002: hue angle of 4.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF1002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.19 |
| HSL | 4.1º | 0.98% | 0.41% | - |
| HSV(B) | 4.1º | 0.99% | 0.81% | - |
| XYZ | 25.93 | 13.64 | 1.32 | - |
| YUV | 71.51 | 88.78 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 2 | 0 | 0.92 | 0.99 | 0.19 | 4.1 | 0.98 | 0.41 |
| Hex | CF | 10 | 2 | 0 | 5C | 63 | 13 | 4 | 62 | 29 |
| Octal | 317 | 20 | 2 | 0 | 134 | 143 | 23 | 4 | 142 | 51 |
| Binary | 11001111 | 10000 | 10 | 0 | 1011100 | 1100011 | 10011 | 100 | 1100010 | 101001 |
Color Harmonies of #CF1002
Complementary color
Monochromatic Colors of #CF1002
Black with #CF1002
Text Example
Text Example
White with #CF1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1002; }
p { color: rgb(207,16,2); }
H1.HeaderClassName
{
color: #CF1002;
}
.AnyTagClassName
{
color: #CF1002;
}
</style>
background-color css
<style>
a { background-color: #CF1002; }
a { background-color: rgb(207,16,2); }
div.DivClassName
{
background-color: #CF1002;
}
.BgClassName
{
background-color: #CF1002;
}
</style>
border-color css
<style>
span { border-color: #CF1002; }
span { border-color: rgb(207,16,2); }
td.TdClassName
{
border-color: #CF1002;
}
.TagClassName
{
border-color: #CF1002;
}
</style>