Shades of Free Speech Red #CF0C02
Tints of Free Speech Red #CF0C02
RGB
CMYK
RGB Variations
Color information
#CF0C02 (or 0xCF0C02) is known color: Free Speech Red. HEX triplet: CF, 0C and 02. RGB value is (207,12,2). Sum of RGB (Red+Green+Blue) = 207+12+2=221 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.67% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0C02 is #30F3FD. Grayscale: #454545. Windows color (decimal): -3208190 or 134351. OLE color: 134351.
HSL color Cylindrical-coordinate representation of color #CF0C02: hue angle of 2.93º 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 #CF0C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.19 |
| HSL | 2.93º | 0.98% | 0.41% | - |
| HSV(B) | 2.93º | 0.99% | 0.81% | - |
| XYZ | 25.87 | 13.53 | 1.31 | - |
| YUV | 69.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 2 | 0 | 0.94 | 0.99 | 0.19 | 2.93 | 0.98 | 0.41 |
| Hex | CF | C | 2 | 0 | 5E | 63 | 13 | 3 | 62 | 29 |
| Octal | 317 | 14 | 2 | 0 | 136 | 143 | 23 | 3 | 142 | 51 |
| Binary | 11001111 | 1100 | 10 | 0 | 1011110 | 1100011 | 10011 | 11 | 1100010 | 101001 |
Color Harmonies of #CF0C02
Complementary color
Monochromatic Colors of #CF0C02
Black with #CF0C02
Text Example
Text Example
White with #CF0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C02; }
p { color: rgb(207,12,2); }
H1.HeaderClassName
{
color: #CF0C02;
}
.AnyTagClassName
{
color: #CF0C02;
}
</style>
background-color css
<style>
a { background-color: #CF0C02; }
a { background-color: rgb(207,12,2); }
div.DivClassName
{
background-color: #CF0C02;
}
.BgClassName
{
background-color: #CF0C02;
}
</style>
border-color css
<style>
span { border-color: #CF0C02; }
span { border-color: rgb(207,12,2); }
td.TdClassName
{
border-color: #CF0C02;
}
.TagClassName
{
border-color: #CF0C02;
}
</style>