Shades of Free Speech Red #CF130F
Tints of Free Speech Red #CF130F
RGB
CMYK
RGB Variations
Color information
#CF130F (or 0xCF130F) is known color: Free Speech Red. HEX triplet: CF, 13 and 0F. RGB value is (207,19,15). Sum of RGB (Red+Green+Blue) = 207+19+15=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF130F is #30ECF0. Grayscale: #4A4A4A. Windows color (decimal): -3206385 or 988111. OLE color: 988111.
HSL color Cylindrical-coordinate representation of color #CF130F: hue angle of 1.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF130F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.19 |
| HSL | 1.25º | 0.86% | 0.44% | - |
| HSV(B) | 1.25º | 0.93% | 0.81% | - |
| XYZ | 26.05 | 13.77 | 1.74 | - |
| YUV | 74.76 | 94.28 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 15 | 0 | 0.91 | 0.93 | 0.19 | 1.25 | 0.86 | 0.44 |
| Hex | CF | 13 | F | 0 | 5B | 5D | 13 | 1 | 56 | 2C |
| Octal | 317 | 23 | 17 | 0 | 133 | 135 | 23 | 1 | 126 | 54 |
| Binary | 11001111 | 10011 | 1111 | 0 | 1011011 | 1011101 | 10011 | 1 | 1010110 | 101100 |
Color Harmonies of #CF130F
Complementary color
Monochromatic Colors of #CF130F
Black with #CF130F
Text Example
Text Example
White with #CF130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF130F; }
p { color: rgb(207,19,15); }
H1.HeaderClassName
{
color: #CF130F;
}
.AnyTagClassName
{
color: #CF130F;
}
</style>
background-color css
<style>
a { background-color: #CF130F; }
a { background-color: rgb(207,19,15); }
div.DivClassName
{
background-color: #CF130F;
}
.BgClassName
{
background-color: #CF130F;
}
</style>
border-color css
<style>
span { border-color: #CF130F; }
span { border-color: rgb(207,19,15); }
td.TdClassName
{
border-color: #CF130F;
}
.TagClassName
{
border-color: #CF130F;
}
</style>