Shades of Free Speech Red #CF0401
Tints of Free Speech Red #CF0401
RGB
CMYK
RGB Variations
Color information
#CF0401 (or 0xCF0401) is known color: Free Speech Red. HEX triplet: CF, 04 and 01. RGB value is (207,4,1). Sum of RGB (Red+Green+Blue) = 207+4+1=212 (28% of max value = 765). Red value is 207 (81.25% from 255 or 97.64% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0401 is #30FBFE. Grayscale: #404040. Windows color (decimal): -3210239 or 66767. OLE color: 66767.
HSL color Cylindrical-coordinate representation of color #CF0401: hue angle of 0.87º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.19 |
| HSL | 0.87º | 0.99% | 0.41% | - |
| HSV(B) | 0.87º | 1% | 0.81% | - |
| XYZ | 25.78 | 13.35 | 1.25 | - |
| YUV | 64.36 | 92.25 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 1 | 0 | 0.98 | 1.00 | 0.19 | 0.87 | 0.99 | 0.41 |
| Hex | CF | 4 | 1 | 0 | 62 | 64 | 13 | 1 | 63 | 29 |
| Octal | 317 | 4 | 1 | 0 | 142 | 144 | 23 | 1 | 143 | 51 |
| Binary | 11001111 | 100 | 1 | 0 | 1100010 | 1100100 | 10011 | 1 | 1100011 | 101001 |
Color Harmonies of #CF0401
Complementary color
Monochromatic Colors of #CF0401
Black with #CF0401
Text Example
Text Example
White with #CF0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0401; }
p { color: rgb(207,4,1); }
H1.HeaderClassName
{
color: #CF0401;
}
.AnyTagClassName
{
color: #CF0401;
}
</style>
background-color css
<style>
a { background-color: #CF0401; }
a { background-color: rgb(207,4,1); }
div.DivClassName
{
background-color: #CF0401;
}
.BgClassName
{
background-color: #CF0401;
}
</style>
border-color css
<style>
span { border-color: #CF0401; }
span { border-color: rgb(207,4,1); }
td.TdClassName
{
border-color: #CF0401;
}
.TagClassName
{
border-color: #CF0401;
}
</style>