Shades of Free Speech Red #CF0F02
Tints of Free Speech Red #CF0F02
RGB
CMYK
RGB Variations
Color information
#CF0F02 (or 0xCF0F02) is known color: Free Speech Red. HEX triplet: CF, 0F and 02. RGB value is (207,15,2). Sum of RGB (Red+Green+Blue) = 207+15+2=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F02 is #30F0FD. Grayscale: #474747. Windows color (decimal): -3207422 or 135119. OLE color: 135119.
HSL color Cylindrical-coordinate representation of color #CF0F02: hue angle of 3.8º 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 #CF0F02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.19 |
| HSL | 3.8º | 0.98% | 0.41% | - |
| HSV(B) | 3.8º | 0.99% | 0.81% | - |
| XYZ | 25.91 | 13.61 | 1.32 | - |
| YUV | 70.93 | 89.11 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 2 | 0 | 0.93 | 0.99 | 0.19 | 3.8 | 0.98 | 0.41 |
| Hex | CF | F | 2 | 0 | 5D | 63 | 13 | 4 | 62 | 29 |
| Octal | 317 | 17 | 2 | 0 | 135 | 143 | 23 | 4 | 142 | 51 |
| Binary | 11001111 | 1111 | 10 | 0 | 1011101 | 1100011 | 10011 | 100 | 1100010 | 101001 |
Color Harmonies of #CF0F02
Complementary color
Monochromatic Colors of #CF0F02
Black with #CF0F02
Text Example
Text Example
White with #CF0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F02; }
p { color: rgb(207,15,2); }
H1.HeaderClassName
{
color: #CF0F02;
}
.AnyTagClassName
{
color: #CF0F02;
}
</style>
background-color css
<style>
a { background-color: #CF0F02; }
a { background-color: rgb(207,15,2); }
div.DivClassName
{
background-color: #CF0F02;
}
.BgClassName
{
background-color: #CF0F02;
}
</style>
border-color css
<style>
span { border-color: #CF0F02; }
span { border-color: rgb(207,15,2); }
td.TdClassName
{
border-color: #CF0F02;
}
.TagClassName
{
border-color: #CF0F02;
}
</style>