Shades of Free Speech Red #CF1800
Tints of Free Speech Red #CF1800
RGB
CMYK
RGB Variations
Color information
#CF1800 (or 0xCF1800) is known color: Free Speech Red. HEX triplet: CF, 18 and 00. RGB value is (207,24,0). Sum of RGB (Red+Green+Blue) = 207+24+0=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1800 is #30E7FF. Grayscale: #4C4C4C. Windows color (decimal): -3205120 or 6351. OLE color: 6351.
HSL color Cylindrical-coordinate representation of color #CF1800: hue angle of 6.96º 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 #CF1800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.19 |
| HSL | 6.96º | 1% | 0.41% | - |
| HSV(B) | 6.96º | 1% | 0.81% | - |
| XYZ | 26.06 | 13.92 | 1.31 | - |
| YUV | 75.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 0 | 0 | 0.88 | 1 | 0.19 | 6.96 | 1 | 0.41 |
| Hex | CF | 18 | 0 | 0 | 58 | 64 | 13 | 7 | 64 | 29 |
| Octal | 317 | 30 | 0 | 0 | 130 | 144 | 23 | 7 | 144 | 51 |
| Binary | 11001111 | 11000 | 0 | 0 | 1011000 | 1100100 | 10011 | 111 | 1100100 | 101001 |
Color Harmonies of #CF1800
Complementary color
Monochromatic Colors of #CF1800
Black with #CF1800
Text Example
Text Example
White with #CF1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1800; }
p { color: rgb(207,24,0); }
H1.HeaderClassName
{
color: #CF1800;
}
.AnyTagClassName
{
color: #CF1800;
}
</style>
background-color css
<style>
a { background-color: #CF1800; }
a { background-color: rgb(207,24,0); }
div.DivClassName
{
background-color: #CF1800;
}
.BgClassName
{
background-color: #CF1800;
}
</style>
border-color css
<style>
span { border-color: #CF1800; }
span { border-color: rgb(207,24,0); }
td.TdClassName
{
border-color: #CF1800;
}
.TagClassName
{
border-color: #CF1800;
}
</style>