Shades of Free Speech Red #CF130C
Tints of Free Speech Red #CF130C
RGB
CMYK
RGB Variations
Color information
#CF130C (or 0xCF130C) is known color: Free Speech Red. HEX triplet: CF, 13 and 0C. RGB value is (207,19,12). Sum of RGB (Red+Green+Blue) = 207+19+12=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF130C is #30ECF3. Grayscale: #4A4A4A. Windows color (decimal): -3206388 or 791503. OLE color: 791503.
HSL color Cylindrical-coordinate representation of color #CF130C: hue angle of 2.15º degrees, saturation: 0.89, 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 #CF130C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.19 |
| HSL | 2.15º | 0.89% | 0.43% | - |
| HSV(B) | 2.15º | 0.94% | 0.81% | - |
| XYZ | 26.03 | 13.76 | 1.63 | - |
| YUV | 74.41 | 92.78 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 12 | 0 | 0.91 | 0.94 | 0.19 | 2.15 | 0.89 | 0.43 |
| Hex | CF | 13 | C | 0 | 5B | 5E | 13 | 2 | 59 | 2B |
| Octal | 317 | 23 | 14 | 0 | 133 | 136 | 23 | 2 | 131 | 53 |
| Binary | 11001111 | 10011 | 1100 | 0 | 1011011 | 1011110 | 10011 | 10 | 1011001 | 101011 |
Color Harmonies of #CF130C
Complementary color
Monochromatic Colors of #CF130C
Black with #CF130C
Text Example
Text Example
White with #CF130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF130C; }
p { color: rgb(207,19,12); }
H1.HeaderClassName
{
color: #CF130C;
}
.AnyTagClassName
{
color: #CF130C;
}
</style>
background-color css
<style>
a { background-color: #CF130C; }
a { background-color: rgb(207,19,12); }
div.DivClassName
{
background-color: #CF130C;
}
.BgClassName
{
background-color: #CF130C;
}
</style>
border-color css
<style>
span { border-color: #CF130C; }
span { border-color: rgb(207,19,12); }
td.TdClassName
{
border-color: #CF130C;
}
.TagClassName
{
border-color: #CF130C;
}
</style>