Shades of Free Speech Red #CF0800
Tints of Free Speech Red #CF0800
RGB
CMYK
RGB Variations
Color information
#CF0800 (or 0xCF0800) is known color: Free Speech Red. HEX triplet: CF, 08 and 00. RGB value is (207,8,0). Sum of RGB (Red+Green+Blue) = 207+8+0=215 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.28% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0800 is #30F7FF. Grayscale: #424242. Windows color (decimal): -3209216 or 2255. OLE color: 2255.
HSL color Cylindrical-coordinate representation of color #CF0800: hue angle of 2.32º 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 #CF0800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.19 |
| HSL | 2.32º | 1% | 0.41% | - |
| HSV(B) | 2.32º | 1% | 0.81% | - |
| XYZ | 25.82 | 13.44 | 1.23 | - |
| YUV | 66.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 0 | 0 | 0.96 | 1 | 0.19 | 2.32 | 1 | 0.41 |
| Hex | CF | 8 | 0 | 0 | 60 | 64 | 13 | 2 | 64 | 29 |
| Octal | 317 | 10 | 0 | 0 | 140 | 144 | 23 | 2 | 144 | 51 |
| Binary | 11001111 | 1000 | 0 | 0 | 1100000 | 1100100 | 10011 | 10 | 1100100 | 101001 |
Color Harmonies of #CF0800
Complementary color
Monochromatic Colors of #CF0800
Black with #CF0800
Text Example
Text Example
White with #CF0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0800; }
p { color: rgb(207,8,0); }
H1.HeaderClassName
{
color: #CF0800;
}
.AnyTagClassName
{
color: #CF0800;
}
</style>
background-color css
<style>
a { background-color: #CF0800; }
a { background-color: rgb(207,8,0); }
div.DivClassName
{
background-color: #CF0800;
}
.BgClassName
{
background-color: #CF0800;
}
</style>
border-color css
<style>
span { border-color: #CF0800; }
span { border-color: rgb(207,8,0); }
td.TdClassName
{
border-color: #CF0800;
}
.TagClassName
{
border-color: #CF0800;
}
</style>