Shades of Free Speech Red #CF0F0A
Tints of Free Speech Red #CF0F0A
RGB
CMYK
RGB Variations
Color information
#CF0F0A (or 0xCF0F0A) is known color: Free Speech Red. HEX triplet: CF, 0F and 0A. RGB value is (207,15,10). Sum of RGB (Red+Green+Blue) = 207+15+10=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F0A is #30F0F5. Grayscale: #484848. Windows color (decimal): -3207414 or 659407. OLE color: 659407.
HSL color Cylindrical-coordinate representation of color #CF0F0A: hue angle of 1.52º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0F0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 10 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.19 |
| HSL | 1.52º | 0.91% | 0.43% | - |
| HSV(B) | 1.52º | 0.95% | 0.81% | - |
| XYZ | 25.96 | 13.63 | 1.55 | - |
| YUV | 71.84 | 93.11 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 10 | 0 | 0.93 | 0.95 | 0.19 | 1.52 | 0.91 | 0.43 |
| Hex | CF | F | A | 0 | 5D | 5F | 13 | 2 | 5B | 2B |
| Octal | 317 | 17 | 12 | 0 | 135 | 137 | 23 | 2 | 133 | 53 |
| Binary | 11001111 | 1111 | 1010 | 0 | 1011101 | 1011111 | 10011 | 10 | 1011011 | 101011 |
Color Harmonies of #CF0F0A
Complementary color
Monochromatic Colors of #CF0F0A
Black with #CF0F0A
Text Example
Text Example
White with #CF0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F0A; }
p { color: rgb(207,15,10); }
H1.HeaderClassName
{
color: #CF0F0A;
}
.AnyTagClassName
{
color: #CF0F0A;
}
</style>
background-color css
<style>
a { background-color: #CF0F0A; }
a { background-color: rgb(207,15,10); }
div.DivClassName
{
background-color: #CF0F0A;
}
.BgClassName
{
background-color: #CF0F0A;
}
</style>
border-color css
<style>
span { border-color: #CF0F0A; }
span { border-color: rgb(207,15,10); }
td.TdClassName
{
border-color: #CF0F0A;
}
.TagClassName
{
border-color: #CF0F0A;
}
</style>