Shades of Free Speech Red #CF140A
Tints of Free Speech Red #CF140A
RGB
CMYK
RGB Variations
Color information
#CF140A (or 0xCF140A) is known color: Free Speech Red. HEX triplet: CF, 14 and 0A. RGB value is (207,20,10). Sum of RGB (Red+Green+Blue) = 207+20+10=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF140A is #30EBF5. Grayscale: #4A4A4A. Windows color (decimal): -3206134 or 660687. OLE color: 660687.
HSL color Cylindrical-coordinate representation of color #CF140A: hue angle of 3.05º 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 #CF140A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.19 |
| HSL | 3.05º | 0.91% | 0.43% | - |
| HSV(B) | 3.05º | 0.95% | 0.81% | - |
| XYZ | 26.04 | 13.79 | 1.58 | - |
| YUV | 74.77 | 91.45 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 10 | 0 | 0.90 | 0.95 | 0.19 | 3.05 | 0.91 | 0.43 |
| Hex | CF | 14 | A | 0 | 5A | 5F | 13 | 3 | 5B | 2B |
| Octal | 317 | 24 | 12 | 0 | 132 | 137 | 23 | 3 | 133 | 53 |
| Binary | 11001111 | 10100 | 1010 | 0 | 1011010 | 1011111 | 10011 | 11 | 1011011 | 101011 |
Color Harmonies of #CF140A
Complementary color
Monochromatic Colors of #CF140A
Black with #CF140A
Text Example
Text Example
White with #CF140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF140A; }
p { color: rgb(207,20,10); }
H1.HeaderClassName
{
color: #CF140A;
}
.AnyTagClassName
{
color: #CF140A;
}
</style>
background-color css
<style>
a { background-color: #CF140A; }
a { background-color: rgb(207,20,10); }
div.DivClassName
{
background-color: #CF140A;
}
.BgClassName
{
background-color: #CF140A;
}
</style>
border-color css
<style>
span { border-color: #CF140A; }
span { border-color: rgb(207,20,10); }
td.TdClassName
{
border-color: #CF140A;
}
.TagClassName
{
border-color: #CF140A;
}
</style>