Shades of Free Speech Red #CF0403
Tints of Free Speech Red #CF0403
RGB
CMYK
RGB Variations
Color information
#CF0403 (or 0xCF0403) is known color: Free Speech Red. HEX triplet: CF, 04 and 03. RGB value is (207,4,3). Sum of RGB (Red+Green+Blue) = 207+4+3=214 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.73% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0403 is #30FBFC. Grayscale: #404040. Windows color (decimal): -3210237 or 197839. OLE color: 197839.
HSL color Cylindrical-coordinate representation of color #CF0403: hue angle of 0.29º degrees, saturation: 0.97, 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 #CF0403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.19 |
| HSL | 0.29º | 0.97% | 0.41% | - |
| HSV(B) | 0.29º | 0.99% | 0.81% | - |
| XYZ | 25.79 | 13.36 | 1.31 | - |
| YUV | 64.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 3 | 0 | 0.98 | 0.99 | 0.19 | 0.29 | 0.97 | 0.41 |
| Hex | CF | 4 | 3 | 0 | 62 | 63 | 13 | 0 | 61 | 29 |
| Octal | 317 | 4 | 3 | 0 | 142 | 143 | 23 | 0 | 141 | 51 |
| Binary | 11001111 | 100 | 11 | 0 | 1100010 | 1100011 | 10011 | 0 | 1100001 | 101001 |
Color Harmonies of #CF0403
Complementary color
Monochromatic Colors of #CF0403
Black with #CF0403
Text Example
Text Example
White with #CF0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0403; }
p { color: rgb(207,4,3); }
H1.HeaderClassName
{
color: #CF0403;
}
.AnyTagClassName
{
color: #CF0403;
}
</style>
background-color css
<style>
a { background-color: #CF0403; }
a { background-color: rgb(207,4,3); }
div.DivClassName
{
background-color: #CF0403;
}
.BgClassName
{
background-color: #CF0403;
}
</style>
border-color css
<style>
span { border-color: #CF0403; }
span { border-color: rgb(207,4,3); }
td.TdClassName
{
border-color: #CF0403;
}
.TagClassName
{
border-color: #CF0403;
}
</style>