Shades of Free Speech Red #CF1003
Tints of Free Speech Red #CF1003
RGB
CMYK
RGB Variations
Color information
#CF1003 (or 0xCF1003) is known color: Free Speech Red. HEX triplet: CF, 10 and 03. RGB value is (207,16,3). Sum of RGB (Red+Green+Blue) = 207+16+3=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1003 is #30EFFC. Grayscale: #474747. Windows color (decimal): -3207165 or 200911. OLE color: 200911.
HSL color Cylindrical-coordinate representation of color #CF1003: hue angle of 3.82º 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 #CF1003 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.19 |
| HSL | 3.82º | 0.97% | 0.41% | - |
| HSV(B) | 3.82º | 0.99% | 0.81% | - |
| XYZ | 25.93 | 13.64 | 1.35 | - |
| YUV | 71.63 | 89.28 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 3 | 0 | 0.92 | 0.99 | 0.19 | 3.82 | 0.97 | 0.41 |
| Hex | CF | 10 | 3 | 0 | 5C | 63 | 13 | 4 | 61 | 29 |
| Octal | 317 | 20 | 3 | 0 | 134 | 143 | 23 | 4 | 141 | 51 |
| Binary | 11001111 | 10000 | 11 | 0 | 1011100 | 1100011 | 10011 | 100 | 1100001 | 101001 |
Color Harmonies of #CF1003
Complementary color
Monochromatic Colors of #CF1003
Black with #CF1003
Text Example
Text Example
White with #CF1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1003; }
p { color: rgb(207,16,3); }
H1.HeaderClassName
{
color: #CF1003;
}
.AnyTagClassName
{
color: #CF1003;
}
</style>
background-color css
<style>
a { background-color: #CF1003; }
a { background-color: rgb(207,16,3); }
div.DivClassName
{
background-color: #CF1003;
}
.BgClassName
{
background-color: #CF1003;
}
</style>
border-color css
<style>
span { border-color: #CF1003; }
span { border-color: rgb(207,16,3); }
td.TdClassName
{
border-color: #CF1003;
}
.TagClassName
{
border-color: #CF1003;
}
</style>