Shades of Free Speech Red #CF100D
Tints of Free Speech Red #CF100D
RGB
CMYK
RGB Variations
Color information
#CF100D (or 0xCF100D) is known color: Free Speech Red. HEX triplet: CF, 10 and 0D. RGB value is (207,16,13). Sum of RGB (Red+Green+Blue) = 207+16+13=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF100D is #30EFF2. Grayscale: #484848. Windows color (decimal): -3207155 or 856271. OLE color: 856271.
HSL color Cylindrical-coordinate representation of color #CF100D: hue angle of 0.93º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF100D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.19 |
| HSL | 0.93º | 0.88% | 0.43% | - |
| HSV(B) | 0.93º | 0.94% | 0.81% | - |
| XYZ | 25.99 | 13.67 | 1.65 | - |
| YUV | 72.77 | 94.28 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 13 | 0 | 0.92 | 0.94 | 0.19 | 0.93 | 0.88 | 0.43 |
| Hex | CF | 10 | D | 0 | 5C | 5E | 13 | 1 | 58 | 2B |
| Octal | 317 | 20 | 15 | 0 | 134 | 136 | 23 | 1 | 130 | 53 |
| Binary | 11001111 | 10000 | 1101 | 0 | 1011100 | 1011110 | 10011 | 1 | 1011000 | 101011 |
Color Harmonies of #CF100D
Complementary color
Monochromatic Colors of #CF100D
Black with #CF100D
Text Example
Text Example
White with #CF100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF100D; }
p { color: rgb(207,16,13); }
H1.HeaderClassName
{
color: #CF100D;
}
.AnyTagClassName
{
color: #CF100D;
}
</style>
background-color css
<style>
a { background-color: #CF100D; }
a { background-color: rgb(207,16,13); }
div.DivClassName
{
background-color: #CF100D;
}
.BgClassName
{
background-color: #CF100D;
}
</style>
border-color css
<style>
span { border-color: #CF100D; }
span { border-color: rgb(207,16,13); }
td.TdClassName
{
border-color: #CF100D;
}
.TagClassName
{
border-color: #CF100D;
}
</style>