Shades of Free Speech Red #CF0502
Tints of Free Speech Red #CF0502
RGB
CMYK
RGB Variations
Color information
#CF0502 (or 0xCF0502) is known color: Free Speech Red. HEX triplet: CF, 05 and 02. RGB value is (207,5,2). Sum of RGB (Red+Green+Blue) = 207+5+2=214 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.73% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0502 is #30FAFD. Grayscale: #414141. Windows color (decimal): -3209982 or 132559. OLE color: 132559.
HSL color Cylindrical-coordinate representation of color #CF0502: hue angle of 0.88º 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 #CF0502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.19 |
| HSL | 0.88º | 0.98% | 0.41% | - |
| HSV(B) | 0.88º | 0.99% | 0.81% | - |
| XYZ | 25.8 | 13.38 | 1.28 | - |
| YUV | 65.06 | 92.42 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 2 | 0 | 0.98 | 0.99 | 0.19 | 0.88 | 0.98 | 0.41 |
| Hex | CF | 5 | 2 | 0 | 62 | 63 | 13 | 1 | 62 | 29 |
| Octal | 317 | 5 | 2 | 0 | 142 | 143 | 23 | 1 | 142 | 51 |
| Binary | 11001111 | 101 | 10 | 0 | 1100010 | 1100011 | 10011 | 1 | 1100010 | 101001 |
Color Harmonies of #CF0502
Complementary color
Monochromatic Colors of #CF0502
Black with #CF0502
Text Example
Text Example
White with #CF0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0502; }
p { color: rgb(207,5,2); }
H1.HeaderClassName
{
color: #CF0502;
}
.AnyTagClassName
{
color: #CF0502;
}
</style>
background-color css
<style>
a { background-color: #CF0502; }
a { background-color: rgb(207,5,2); }
div.DivClassName
{
background-color: #CF0502;
}
.BgClassName
{
background-color: #CF0502;
}
</style>
border-color css
<style>
span { border-color: #CF0502; }
span { border-color: rgb(207,5,2); }
td.TdClassName
{
border-color: #CF0502;
}
.TagClassName
{
border-color: #CF0502;
}
</style>