Shades of Free Speech Red #CF0902
Tints of Free Speech Red #CF0902
RGB
CMYK
RGB Variations
Color information
#CF0902 (or 0xCF0902) is known color: Free Speech Red. HEX triplet: CF, 09 and 02. RGB value is (207,9,2). Sum of RGB (Red+Green+Blue) = 207+9+2=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0902 is #30F6FD. Grayscale: #434343. Windows color (decimal): -3208958 or 133583. OLE color: 133583.
HSL color Cylindrical-coordinate representation of color #CF0902: hue angle of 2.05º 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 #CF0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.19 |
| HSL | 2.05º | 0.98% | 0.41% | - |
| HSV(B) | 2.05º | 0.99% | 0.81% | - |
| XYZ | 25.84 | 13.47 | 1.29 | - |
| YUV | 67.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 2 | 0 | 0.96 | 0.99 | 0.19 | 2.05 | 0.98 | 0.41 |
| Hex | CF | 9 | 2 | 0 | 60 | 63 | 13 | 2 | 62 | 29 |
| Octal | 317 | 11 | 2 | 0 | 140 | 143 | 23 | 2 | 142 | 51 |
| Binary | 11001111 | 1001 | 10 | 0 | 1100000 | 1100011 | 10011 | 10 | 1100010 | 101001 |
Color Harmonies of #CF0902
Complementary color
Monochromatic Colors of #CF0902
Black with #CF0902
Text Example
Text Example
White with #CF0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0902; }
p { color: rgb(207,9,2); }
H1.HeaderClassName
{
color: #CF0902;
}
.AnyTagClassName
{
color: #CF0902;
}
</style>
background-color css
<style>
a { background-color: #CF0902; }
a { background-color: rgb(207,9,2); }
div.DivClassName
{
background-color: #CF0902;
}
.BgClassName
{
background-color: #CF0902;
}
</style>
border-color css
<style>
span { border-color: #CF0902; }
span { border-color: rgb(207,9,2); }
td.TdClassName
{
border-color: #CF0902;
}
.TagClassName
{
border-color: #CF0902;
}
</style>