Shades of Free Speech Red #CF130D
Tints of Free Speech Red #CF130D
RGB
CMYK
RGB Variations
Color information
#CF130D (or 0xCF130D) is known color: Free Speech Red. HEX triplet: CF, 13 and 0D. RGB value is (207,19,13). Sum of RGB (Red+Green+Blue) = 207+19+13=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF130D is #30ECF2. Grayscale: #4A4A4A. Windows color (decimal): -3206387 or 857039. OLE color: 857039.
HSL color Cylindrical-coordinate representation of color #CF130D: hue angle of 1.86º 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 #CF130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.19 |
| HSL | 1.86º | 0.88% | 0.43% | - |
| HSV(B) | 1.86º | 0.94% | 0.81% | - |
| XYZ | 26.04 | 13.76 | 1.66 | - |
| YUV | 74.53 | 93.28 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 13 | 0 | 0.91 | 0.94 | 0.19 | 1.86 | 0.88 | 0.43 |
| Hex | CF | 13 | D | 0 | 5B | 5E | 13 | 2 | 58 | 2B |
| Octal | 317 | 23 | 15 | 0 | 133 | 136 | 23 | 2 | 130 | 53 |
| Binary | 11001111 | 10011 | 1101 | 0 | 1011011 | 1011110 | 10011 | 10 | 1011000 | 101011 |
Color Harmonies of #CF130D
Complementary color
Monochromatic Colors of #CF130D
Black with #CF130D
Text Example
Text Example
White with #CF130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF130D; }
p { color: rgb(207,19,13); }
H1.HeaderClassName
{
color: #CF130D;
}
.AnyTagClassName
{
color: #CF130D;
}
</style>
background-color css
<style>
a { background-color: #CF130D; }
a { background-color: rgb(207,19,13); }
div.DivClassName
{
background-color: #CF130D;
}
.BgClassName
{
background-color: #CF130D;
}
</style>
border-color css
<style>
span { border-color: #CF130D; }
span { border-color: rgb(207,19,13); }
td.TdClassName
{
border-color: #CF130D;
}
.TagClassName
{
border-color: #CF130D;
}
</style>