Shades of Free Speech Red #CF0F0D
Tints of Free Speech Red #CF0F0D
RGB
CMYK
RGB Variations
Color information
#CF0F0D (or 0xCF0F0D) is known color: Free Speech Red. HEX triplet: CF, 0F and 0D. RGB value is (207,15,13). Sum of RGB (Red+Green+Blue) = 207+15+13=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F0D is #30F0F2. Grayscale: #484848. Windows color (decimal): -3207411 or 856015. OLE color: 856015.
HSL color Cylindrical-coordinate representation of color #CF0F0D: hue angle of 0.62º 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 #CF0F0D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.19 |
| HSL | 0.62º | 0.88% | 0.43% | - |
| HSV(B) | 0.62º | 0.94% | 0.81% | - |
| XYZ | 25.98 | 13.64 | 1.64 | - |
| YUV | 72.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 13 | 0 | 0.93 | 0.94 | 0.19 | 0.62 | 0.88 | 0.43 |
| Hex | CF | F | D | 0 | 5D | 5E | 13 | 1 | 58 | 2B |
| Octal | 317 | 17 | 15 | 0 | 135 | 136 | 23 | 1 | 130 | 53 |
| Binary | 11001111 | 1111 | 1101 | 0 | 1011101 | 1011110 | 10011 | 1 | 1011000 | 101011 |
Color Harmonies of #CF0F0D
Complementary color
Monochromatic Colors of #CF0F0D
Black with #CF0F0D
Text Example
Text Example
White with #CF0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F0D; }
p { color: rgb(207,15,13); }
H1.HeaderClassName
{
color: #CF0F0D;
}
.AnyTagClassName
{
color: #CF0F0D;
}
</style>
background-color css
<style>
a { background-color: #CF0F0D; }
a { background-color: rgb(207,15,13); }
div.DivClassName
{
background-color: #CF0F0D;
}
.BgClassName
{
background-color: #CF0F0D;
}
</style>
border-color css
<style>
span { border-color: #CF0F0D; }
span { border-color: rgb(207,15,13); }
td.TdClassName
{
border-color: #CF0F0D;
}
.TagClassName
{
border-color: #CF0F0D;
}
</style>