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