Shades of Free Speech Red #CF0202
Tints of Free Speech Red #CF0202
RGB
CMYK
RGB Variations
Color information
#CF0202 (or 0xCF0202) is known color: Free Speech Red. HEX triplet: CF, 02 and 02. RGB value is (207,2,2). Sum of RGB (Red+Green+Blue) = 207+2+2=211 (27% of max value = 765). Red value is 207 (81.25% from 255 or 98.10% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0202 is #30FDFD. Grayscale: #3F3F3F. Windows color (decimal): -3210750 or 131791. OLE color: 131791.
HSL color Cylindrical-coordinate representation of color #CF0202: hue angle of 0º 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 #CF0202 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.19 |
| HSL | 0º | 0.98% | 0.41% | - |
| HSV(B) | 0º | 0.99% | 0.81% | - |
| XYZ | 25.76 | 13.31 | 1.27 | - |
| YUV | 63.3 | 93.42 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 2 | 0 | 0.99 | 0.99 | 0.19 | 0 | 0.98 | 0.41 |
| Hex | CF | 2 | 2 | 0 | 63 | 63 | 13 | 0 | 62 | 29 |
| Octal | 317 | 2 | 2 | 0 | 143 | 143 | 23 | 0 | 142 | 51 |
| Binary | 11001111 | 10 | 10 | 0 | 1100011 | 1100011 | 10011 | 0 | 1100010 | 101001 |
Color Harmonies of #CF0202
Complementary color
Monochromatic Colors of #CF0202
Black with #CF0202
Text Example
Text Example
White with #CF0202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0202; }
p { color: rgb(207,2,2); }
H1.HeaderClassName
{
color: #CF0202;
}
.AnyTagClassName
{
color: #CF0202;
}
</style>
background-color css
<style>
a { background-color: #CF0202; }
a { background-color: rgb(207,2,2); }
div.DivClassName
{
background-color: #CF0202;
}
.BgClassName
{
background-color: #CF0202;
}
</style>
border-color css
<style>
span { border-color: #CF0202; }
span { border-color: rgb(207,2,2); }
td.TdClassName
{
border-color: #CF0202;
}
.TagClassName
{
border-color: #CF0202;
}
</style>